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: PATCH: Correct handling of R_ARM_TARGET2 inelf32_arm_relocate_section


On Tue, 2004-11-16 at 02:48, Mark Mitchell wrote:
> We got spurious warnings about uses of the R_ARM_TARGET2 relocation
> because we forgot to translate it into the real underlying relocation
> in elf32_arm_relocate_section.
> 
> OK?
> 
> --
> Mark Mitchell
> CodeSourcery, LLC
> mark@codesourcery.com
> 
> 2004-11-15  Mark Mitchell  <mark@codesourcery.com>
> 
> 	* elf32-arm.c (elf32_arm_relocate_section): Use
> 	arm_real_reloc_type.


This is OK.

And Daniel is right, this is elf32-arm.c, and it only supports the 'new'
(!OLD_ARM_ABI) ABI.

I haven't seen a patch yet to delete the ifdefs (or if there's been one,
I missed it).

R.


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