Commit 5748cda9 by Ian Lance Taylor

Define ASM_OUTPUT_SECTION_NAME

From-SVN: r7972
parent 4ad24b99
......@@ -476,6 +476,12 @@ dtors_section () \
} \
}
/* Switch into a generic section.
This is currently only used to support section attributes. */
#define ASM_OUTPUT_SECTION(FILE, NAME) \
fprintf (FILE, ".section\t%s,\"a\",@progbits\n", NAME)
/* A C statement (sans semicolon) to output an element in the table of
global constructors. */
#define ASM_OUTPUT_CONSTRUCTOR(FILE,NAME) \
......
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