This is the mail archive of the binutils@sourceware.org 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: Support MIPS elfoabi target


Daniel Jacobowitz wrote:
> 
> On Wed, May 07, 2008 at 01:52:44PM -0700, Fu, Chao-Ying wrote:
> > Hi,
> > 
> >   I found out that MIPS *-elf and *-elfoabi targets use 
> different section
> > alignment, due to the check of TARGET_OS in tc-mips.c.
> > Should we use "strncmp (TARGET_OS, "elf", 3)" to match both
> > "elfoabi" and "elf", instead of "strcmp (TARGET_OS, "elf")"?
> > 
> >   Also, in "gas/configure.in", should we use "mips-*-*-elf*",
> > instead of "mips-*-*-elf"?
> 
> How could "mips-*-*-elf*" match "mips-none-elfoabi"?
> 
> -- 
> Daniel Jacobowitz
> CodeSourcery
> 

  I just want to extend the last portion of elf to elfoabi, from my previous
intention.

  Does mips*-*-elf* help?  Thanks!

Regards,
Chao-ying


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