Joseph,
> Not strictly related to this patch, but there are other cleanups possible
> because of the only-used-on-Tru64 nature of mips-tdump/mips-tfile. In
> particular, there are seven target macros (all undocumented) used by those
> programs and nowhere else in GCC: ALIGN_SYMTABLE_OFFSET COD
Not strictly related to this patch, but there are other cleanups possible
because of the only-used-on-Tru64 nature of mips-tdump/mips-tfile. In
particular, there are seven target macros (all undocumented) used by those
programs and nowhere else in GCC: ALIGN_SYMTABLE_OFFSET CODE_MASK
MIPS_IS_S
Rainer Orth writes:
> Ok for mainline if that passes?
Definitely, thanks.
Richard
> 2011-04-08 Rainer Orth
>
> * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
> * config/mips/mips.opt (mmips-tfile): Remove.
>
> * doc/install.texi (Specific, mips-*-*): Move mips-tfile
I noticed that there were a couple of references to mips-tfile on MIPS,
but this is only used on Tru64 UNIX these days. The following patch
corrects this.
Included in an i386-pc-solaris2.11 bootstrap to ensure the doc changes
are syntactically correct. The MIPS changes should be obvious, though