diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/dpx2g.h | 7 |
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) |