[PATCH] Remove _dl_out_of_memory from elf/Versions

Florian Weimer fweimer@redhat.com
Fri Jun 16 21:20:00 GMT 2017


On 06/16/2017 06:29 PM, Joseph Myers wrote:
> On Fri, 16 Jun 2017, Florian Weimer wrote:
> 
>> On 06/16/2017 06:25 PM, H.J. Lu wrote:
>>> Since _dl_out_of_memory is static in elf/dl-error-skeleton.c:
>>>
>>> static const char _dl_out_of_memory[] = "out of memory";
>>>
>>> remove _dl_out_of_memory from elf/Versions.
>>
>> Do you happen to have a binutils patch that warns about this?
> 
> I'd expect there are lots of symbols in glibc's Versions files that are 
> actually only exported on some architectures and so would trigger such 
> warnings.  (E.g. obsoleted symbols, listed in Versions files but not 
> actually built for new-enough architectures because of SHLIB_COMPAT 
> conditionals.)

Right, but it would still be interesting to see what current
architectures are missing.

Thanks,
Florian



More information about the Libc-alpha mailing list