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: [PATCH #3] mips*-kfreebsd-gnu support in GAS


Richard Sandiford <rdsandiford@googlemail.com> writes:
> ...this extra file, I think it would be cleaner to have:
>
> #if defined (TE_FreeBSD)
> #define ELF_TARGET(PREFIX, ENDIAN) PREFIX "trad" ENDIAN "mips-freebsd"
> #if defined (TE_TMIPS)
> #define ELF_TARGET(PREFIX, ENDIAN) PREFIX "trad" ENDIAN "mips"
> #else
> #define ELF_TARGET(PREFIX, ENDIAN) PREFIX ENDIAN "mips"
> #endif

er, clearly that was supposed to be:

#elif defined (TE_TMIPS)

Richard


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