(ASM_OUTPUT_IDENT): #undef it.
authorRichard Stallman <rms@gnu.org>
Wed, 29 Jul 1992 02:06:24 +0000 (02:06 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 29 Jul 1992 02:06:24 +0000 (02:06 +0000)
From-SVN: r1707

gcc/config/m68k/dpx2g.h

index 5a478e7dc51f1a1952848d129125c75028552a84..40bc58ed6f91afba1287dfd5867f9441b9c0b142 100644 (file)
 #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)