Support MIPS elfoabi target
Fu, Chao-Ying
fu@mips.com
Wed May 7 21:40:00 GMT 2008
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
More information about the Binutils
mailing list