summaryrefslogtreecommitdiff
path: root/gcc/config/nextstep.h
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1993-04-22 11:46:07 +0000
committerTom Wood <wood@gnu.org>1993-04-22 11:46:07 +0000
commit237de4b2ffa8aa80c2e719aa31f6efda68aa4be1 (patch)
tree6b213e21c04569729ada6d5333a770cd29945617 /gcc/config/nextstep.h
parent0e02aa7e28e766906045ae4660c20e9372c093f8 (diff)
downloadgcc-237de4b2ffa8aa80c2e719aa31f6efda68aa4be1.tar.gz
(ASM_FILE_START): Don't output a .file directive.
That's used by the assembler for error reporting. From-SVN: r4190
Diffstat (limited to 'gcc/config/nextstep.h')
-rw-r--r--gcc/config/nextstep.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h
index 0e299192d5d..dc2f0208d97 100644
--- a/gcc/config/nextstep.h
+++ b/gcc/config/nextstep.h
@@ -225,9 +225,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
fprintf (FILE, ".reference .destructors_used\n"); \
} while (0)
+/* Don't output a .file directive. That is only used by the assembler for
+ error reporting. */
#undef ASM_FILE_START
-#define ASM_FILE_START(FILE) \
- fprintf (FILE, "\t.file\t\"%s\"\n", dump_base_name);
+#define ASM_FILE_START(FILE)
#undef ASM_FILE_END
#define ASM_FILE_END(FILE) \