Define ASM_OUTPUT_SECTION_NAME
From-SVN: r7972
This commit is contained in:
parent
4ad24b993d
commit
5748cda9cb
@ -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
|
/* A C statement (sans semicolon) to output an element in the table of
|
||||||
global constructors. */
|
global constructors. */
|
||||||
#define ASM_OUTPUT_CONSTRUCTOR(FILE,NAME) \
|
#define ASM_OUTPUT_CONSTRUCTOR(FILE,NAME) \
|
||||||
|
Loading…
Reference in New Issue
Block a user