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] MIPS bfd: n32 ABI support


Maciej W. Rozycki wrote:
> On Fri, 19 Jul 2002, Thiemo Seufer wrote:
> 
> > this adds n32 ABI support to bfd.
> > Tested for mips64-linux, mips-linux, mips-elf targets without new
> > regressions.
> 
>  Hmm, why does it have to be a separate file?  Doesn't it duplicate
> elf32-mips.c? 

No, it supports different bfd vectors. These are necessary due to
  - RELA instead of REL
  - Always 64 bit wide registers
  - Combined relocs in n32 (several relocs can sum up for one address,
    this is only partially implemented yet)

Furthermore there is little documentation about how 64 bit o64/no-ABI
support works in elf32-mips.c, I don't want to mess it up accidentially.


Thiemo


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