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


Eric Christopher wrote:
[snip]
> > 	/bfd/ChangeLog
> > 	* Makefile.am: Add n32 ABI support.
> > 	* Makefile.in: Regenerate.
> > 	* config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
> > 	bit vectors for mips*-*-linux targets as optional.
> > 	* configure.in: Add n32 ABI vectors.
> > 	* configure: Regenerate.
> > 	* elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
> > 	* elfn32-mips.c: New file, n32 ABI support.
> > 	* targets.c: Add n32 ABI vectors.
> > 
> 
> You're missing BFD_RELOC_32_PCREL, I just copied the support from
> elf32-mips.c and it appears to work. Can you make that change before
> checking it in?

I left it out as well as the other (GNU defined) PC relative
relocations except of BFD_RELOC16_PCREL. I can't see why NewABI
should have use for it.


Thiemo


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