[PATCH] Remove _dl_out_of_memory from elf/Versions
Joseph Myers
joseph@codesourcery.com
Fri Jun 16 16:29:00 GMT 2017
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.)
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list