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


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")"?

It looks like other TARGET_OS comparisions ("vxworks", "pe") in
config/tc-mips.c have the same problem. Could you expand your patch
to cover those as well?

>   Also, in "gas/configure.in", should we use "mips-*-*-elf*",
> instead of "mips-*-*-elf"?

As already discussed, this part isn't needed.


Thiemo


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