This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Remove _dl_out_of_memory from elf/Versions
- From: Florian Weimer <fweimer at redhat dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Fri, 16 Jun 2017 18:27:02 +0200
- Subject: Re: [PATCH] Remove _dl_out_of_memory from elf/Versions
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com A18A2804E5
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A18A2804E5
- References: <20170616162531.GA21934@gmail.com>
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?
Thanks,
Florian