Define ASM_OUTPUT_SECTION_NAME

From-SVN: r7972
This commit is contained in:
Ian Lance Taylor 1994-08-24 22:30:43 +00:00
parent 4ad24b993d
commit 5748cda9cb

View File

@ -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) \