PATCH: Clear non_elf on _GLOBAL_OFFSET_TABLE_

Alan Modra amodra@gmail.com
Fri Oct 1 03:21:00 GMT 2010


On Thu, Sep 30, 2010 at 07:02:58PM -0700, H.J. Lu wrote:
> On Fri, Sep 24, 2010 at 5:28 AM, Alan Modra <amodra@gmail.com> wrote:
> > On Thu, Sep 23, 2010 at 10:27:36PM -0700, H.J. Lu wrote:
> >> This patch clears non_elf on _GLOBAL_OFFSET_TABLE_
> >
> > To stop _bfd_elf_fix_symbol_flags non_elf code?
> >
> Yes,  it has
[snip]

OK, then you should probably do this in _bfd_elf_define_linkage_sym.
That way you'll treat _DYNAMIC and _PROCEDURE_LINKAGE_TABLE_ the same
as _GLOBAL_OFFSET_TABLE_, and you'll also fix _GLOBAL_OFFSET_TABLE_
for other targets.  Please do run the testsuite for affected targets
(grep _bfd_elf_define_linkage_sym bfd/*.c) to check for regressions
before committing this change.

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list