Support MIPS elfoabi target

Daniel Jacobowitz drow@false.org
Wed May 7 21:36:00 GMT 2008


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



More information about the Binutils mailing list