summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/dpx2g.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-07-29 02:06:24 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-07-29 02:06:24 +0000
commit17089def26142960979f5c8b1ece148ffb0656a3 (patch)
treeeb6bc30c1f4f764444f576136e25f1c3aec3d274 /gcc/config/m68k/dpx2g.h
parent974b324a5fd1ca9db378c8159ea02c002ea28883 (diff)
downloadgcc-17089def26142960979f5c8b1ece148ffb0656a3.tar.gz
(ASM_OUTPUT_IDENT): #undef it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1707 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/dpx2g.h')
-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 5a478e7dc51..40bc58ed6f9 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)