On Nov 24 2025, Richard Biener wrote:

> On Mon, 24 Nov 2025, Jakub Jelinek wrote:
>
>> On Mon, Nov 24, 2025 at 09:33:18AM +0100, Richard Biener wrote:
>> > > Yes, it is possible.   See:
>> > > 
>> > > https://patchwork.sourceware.org/project/binutils/patch/came9rorn7nycxb77kffwmvo7ury89y9mms8ouyus7x9pn0b...@mail.gmail.com/
>> > > 
>> > > for how it works.
>> > 
>> > Ah, nice.  Of course _dl_find_object isn't versioned in the first place
>> > it seems ... which means this isn't a concern as glibc cannot change the
>> > ABI of it.
>> 
>> It is versioned:
>> nm -D /lib64/libc.so.6 | grep dl_find_object
>> 0000000000144a10 T _dl_find_object@@GLIBC_2.35
>
>> nm -D /lib64/libc.so.6 | grep dl_find_object
> 000000000017ad3e T _dl_find_object

$ objdump -T /lib64/libc.so.6 | grep dl_find_object
000000000017acde g    DF .text  000000000000000f  GLIBC_2.35  _dl_find_object

-- 
Andreas Schwab, SUSE Labs, [email protected]
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to