diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-04-26 15:33:10 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-04-26 15:33:10 +0000 |
commit | c2f36e21b2471dfa7443555f304c178edd759ec5 (patch) | |
tree | 9889c154958ce91e08e4d0bad666521e64670b72 /gcc/config/mips/mips.h | |
parent | 092167835564162e8ad668728793d5ce257153e7 (diff) | |
download | gcc-c2f36e21b2471dfa7443555f304c178edd759ec5.zip gcc-c2f36e21b2471dfa7443555f304c178edd759ec5.tar.gz gcc-c2f36e21b2471dfa7443555f304c178edd759ec5.tar.bz2 |
mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
* config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
* config/mips/mips.opt (mmips-tfile): Remove.
* doc/install.texi (Specific, mips-*-*): Move mips-tfile,
mips-tdump reference to ...
(Specific, alpha*-dec-osf5.1): ... here.
Adapt for Tru64 UNIX.
* doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
reference by Tru64 UNIX.
From-SVN: r172975
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 4386ce0..59716b0 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -2555,12 +2555,6 @@ do \ } \ while (0) -/* mips-tfile does not understand .stabd directives. */ -#define DBX_OUTPUT_SOURCE_LINE(STREAM, LINE, COUNTER) do { \ - dbxout_begin_stabn_sline (LINE); \ - dbxout_stab_value_internal_label ("LM", &COUNTER); \ -} while (0) - /* Use .loc directives for SDB line numbers. */ #define SDB_OUTPUT_SOURCE_LINE(STREAM, LINE) \ fprintf (STREAM, "\t.loc\t%d %d\n", num_source_filenames, LINE) |