(ASM_OUTPUT_IDENT): #undef it.

From-SVN: r1707
This commit is contained in:
Richard Stallman 1992-07-29 02:06:24 +00:00
parent da86800a12
commit 8d8ebdd5b3

View File

@ -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)