Commit 4ad24b99 by Ian Lance Taylor

Add #alloc to ASM_OUTPUT_SECTION_NAME

From-SVN: r7971
parent d4424a75
......@@ -179,7 +179,7 @@ do { ASM_OUTPUT_ALIGN ((FILE), Pmode == SImode ? 2 : 3); \
This is currently only used to support section attributes. */
#define ASM_OUTPUT_SECTION_NAME(FILE, NAME) \
fprintf (FILE, ".section\t\"%s\"\n", NAME)
fprintf (FILE, ".section\t\"%s\",#alloc\n", NAME)
/* If the host and target formats match, output the floats as hex. */
#if HOST_FLOAT_FORMAT == TARGET_FLOAT_FORMAT
......
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