This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] gold: Fix parameterization of do_adjust_elf_header
From: Doug Kwan (éæå) <dougkwan@google.com>
Date: Mon, 23 Apr 2012 17:34:26 +0800
> The ARM backend just works fine. There is no need to change it.
That's a too terse answer for this issue :-)
On all Linux targets, we need to set the OSABI to GNU for the sake of
the dynamic linker, when either IFUNC or UNIQUE symbols are seen.
But we can't do that on ARM because it already has an OSABI setting
scheme.
This is the issue that needs to be resolved somehow.