From: Richard Stallman Date: Wed, 29 Jul 1992 02:06:24 +0000 (+0000) Subject: (ASM_OUTPUT_IDENT): #undef it. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d8ebdd5b3410c987fce118f4ff1b24fb535c7bc;p=gcc.git (ASM_OUTPUT_IDENT): #undef it. From-SVN: r1707 --- 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)