summaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-26 15:33:10 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-26 15:33:10 +0000
commit35c73f702d54e8b08b272bfc42bbb3cb156f60be (patch)
tree9889c154958ce91e08e4d0bad666521e64670b72 /gcc/config/mips
parenta825aa24805c26cbd1164ae3541d32ef0844278b (diff)
downloadgcc-35c73f702d54e8b08b272bfc42bbb3cb156f60be.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172975 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/mips.h6
-rw-r--r--gcc/config/mips/mips.opt4
2 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 4386ce0028e..59716b0c195 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)
diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt
index 4ce3c40c7c1..04381f62d9f 100644
--- a/gcc/config/mips/mips.opt
+++ b/gcc/config/mips/mips.opt
@@ -226,10 +226,6 @@ mmemcpy
Target Report Mask(MEMCPY)
Don't optimize block moves
-mmips-tfile
-Target
-Use the mips-tfile postpass
-
mmt
Target Report Var(TARGET_MT)
Allow the use of MT instructions