From 8d8ebdd5b3410c987fce118f4ff1b24fb535c7bc Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 29 Jul 1992 02:06:24 +0000 Subject: [PATCH] (ASM_OUTPUT_IDENT): #undef it. From-SVN: r1707 --- gcc/config/m68k/dpx2g.h | 7 ++++--- 1 file 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) -- 2.30.2