This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [arm] Don't "adjust" EABI relocations


On Wed, 2004-12-01 at 17:32, Paul Brook wrote:
> On Wednesday 01 December 2004 10:06, Richard Earnshaw wrote:
> > On Tue, 2004-11-30 at 17:41, Daniel Jacobowitz wrote:
> > > It's the default nowadays, because every use is guarded by these two
> > > things: "the command line argument was not specified" and "the osabi is
> > > 0".  We never produce objects with an OSABI of 0; we use ELF_OSABI_ARM
> > > (spelling?) instead, which is 'a'.
> >
> > If we are still setting the OSABI field in EABI conforming objects, then
> > that is a bug.
> 
> Attached patch fixes this.
> Tested with cross to arm-none-{elf,eabi}
> Ok?
> 
> Paul
> 
> 2004-12-01  Paul Brook  <paul@codesourcery.com>
> 
>  * elf32-arm.c (elf32_arm_copy_private_bfd_data): Set EI_OSABI.
>  (elf32_arm_post_process_headers): Set EI_OSABI depending on ABI
>  version.

OK.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]