Commit 8d8ebdd5 by Richard Stallman

(ASM_OUTPUT_IDENT): #undef it.

From-SVN: r1707
parent da86800a
...@@ -18,9 +18,10 @@ ...@@ -18,9 +18,10 @@
#undef EXTRA_SECTION_FUNCTIONS #undef EXTRA_SECTION_FUNCTIONS
#undef EXTRA_SECTIONS #undef EXTRA_SECTIONS
/* /* GAS does not understand .ident so don't output anything for #ident. */
* put const's in the text section #undef ASM_OUTPUT_IDENT
*/
/* Put const's in the text section. */
#define const_section() text_section() #define const_section() text_section()
#define fini_section() while (0) #define fini_section() while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment