(ASM_OUTPUT_SECTION_NAME): Take proper number of args.
From-SVN: r8826
This commit is contained in:
parent
b52cd365d4
commit
bbff01697a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user