This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: PATCH: Fix linkonce for ELF/PPC.
- To: Alan Modra <amodra at bigpond dot net dot au>
- Subject: Re: PATCH: Fix linkonce for ELF/PPC.
- From: Ian Lance Taylor <ian at airs dot com>
- Date: 06 Nov 2001 09:42:23 -0800
- Cc: binutils at sources dot redhat dot com
- References: <20011029224542.A31968@lucon.org><20011107004529.R1066@bubble.sa.bigpond.net.au>
Alan Modra <amodra@bigpond.net.au> writes:
> Looking at .rela.eh_frame in the bad libstdc++, I see a bunch of
> RELATIVE relocs, none of which should cause problems, ADDR32 relocs
> against __gxx_personality_v0, again no problem, and some NONE relocs.
> These are the infamous relocs against removed linkonce sections.
Why can't we just remove those relocs? Why do we convert them into
NONE relocs?
Ian