Commit bbff0169 by Roland McGrath

(ASM_OUTPUT_SECTION_NAME): Take proper number of args.

From-SVN: r8826
parent b52cd365
......@@ -565,7 +565,7 @@ dtors_section () \
/* Switch into a generic section.
This is currently only used to support section attributes. */
#define ASM_OUTPUT_SECTION_NAME(FILE, NAME) \
#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME) \
fprintf (FILE, ".section\t%s,\"a\",@progbits\n", NAME)
/* A C statement (sans semicolon) to output an element in the table of
......
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