aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-29 02:06:24 +0000
committerRichard Stallman <rms@gnu.org>1992-07-29 02:06:24 +0000
commit8d8ebdd5b3410c987fce118f4ff1b24fb535c7bc (patch)
treeeb6bc30c1f4f764444f576136e25f1c3aec3d274
parentda86800a12af7c0ba809f4596198df87612c74a1 (diff)
downloadgcc-8d8ebdd5b3410c987fce118f4ff1b24fb535c7bc.zip
gcc-8d8ebdd5b3410c987fce118f4ff1b24fb535c7bc.tar.gz
gcc-8d8ebdd5b3410c987fce118f4ff1b24fb535c7bc.tar.bz2
(ASM_OUTPUT_IDENT): #undef it.
From-SVN: r1707
-rw-r--r--gcc/config/m68k/dpx2g.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/config/m68k/dpx2g.h b/gcc/config/m68k/dpx2g.h
index 5a478e7..40bc58e 100644
--- a/gcc/config/m68k/dpx2g.h
+++ b/gcc/config/m68k/dpx2g.h
@@ -18,9 +18,10 @@
#undef EXTRA_SECTION_FUNCTIONS
#undef EXTRA_SECTIONS
-/*
- * put const's in the text section
- */
+/* GAS does not understand .ident so don't output anything for #ident. */
+#undef ASM_OUTPUT_IDENT
+
+/* Put const's in the text section. */
#define const_section() text_section()
#define fini_section() while (0)