[arm] Don't "adjust" EABI relocations

Paul Brook paul@codesourcery.com
Tue Nov 30 17:20:00 GMT 2004


On Tuesday 30 November 2004 17:08, Nick Clifton wrote:
> Hi Daniel,
>
> > Oh that's cute....
> >
> > There's two copies; one is guarded by:
> >           if (   strcmp (bfd_get_target (input_bfd),
> > "elf32-littlearm-oabi") == 0
> >
> >               || strcmp (bfd_get_target (input_bfd), "elf32-bigarm-oabi")
> >               || == 0)
> >
> > and the other is in the else block of the same if, and checks only
> > "if (! globals->no_pipeline_knowledge)" and "i_ehdrp->e_ident[EI_OSABI]
> > == 0".  But the only place GNU binutils created binaries with OSABI 0
> > was in the oabi targets, right?
>
> Actually other, non-GNU, toolchains do that as well.  So supporting the
> -p option for inter-linking with them is very helpful.

But are there any other toolchains that don't need -p? We're suggesting 
removing the option altogether and making -p a nop.

Paul



More information about the Binutils mailing list