This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lto, build] Provide elf_getshdrstrndx replacement
- From: Diego Novillo <dnovillo at google dot com>
- To: Rainer Orth <ro at cebitec dot uni-bielefeld dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 13 Apr 2010 17:51:26 -0400
- Subject: Re: [lto, build] Provide elf_getshdrstrndx replacement
- References: <yddr5mj6onw.fsf@manam.CeBiTec.Uni-Bielefeld.DE>
On Tue, Apr 13, 2010 at 17:14, Rainer Orth <ro@cebitec.uni-bielefeld.de> wrote:
> 2010-04-10 ÂRainer Orth Â<ro@CeBiTec.Uni-Bielefeld.DE>
>
> Â Â Â Âtoplevel:
> Â Â Â Â* configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
> Â Â Â Âseparately.
> Â Â Â Â* configure: Regenerate.
>
> Â Â Â Âgcc:
> Â Â Â Â* configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
> Â Â Â Âflavor.
> Â Â Â Â* configure: Regenerate.
> Â Â Â Â* config.in: Regenerate.
>
> Â Â Â Âgcc/lto:
> Â Â Â Â* lto-elf.c [!HAVE_ELF_GETSHDRSTRNDX] (elf_getshdrstrndx): New
> Â Â Â Âfunction.
OK for trunk. Thanks for fixing this wart.
I suppose that it's also OK for 4.5.1, but the RMs should decide that.
Diego.