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
David,
Thanks for the clarification. That is indeed a problem. The code
in gold follows BFD, so I guess ld has the same problem.
-Doug
On Tue, Apr 24, 2012 at 3:30 AM, David Miller <davem@davemloft.net> wrote:
> 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.