aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>1994-08-24 22:30:43 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>1994-08-24 22:30:43 +0000
commit5748cda9cb60818dbc743b0d40e9c8a6403c4e4e (patch)
tree278ec62dd663bead7c50aec2a5a988b521efda95
parent4ad24b993dd09589fb20b54d68079682c5098a3f (diff)
downloadgcc-5748cda9cb60818dbc743b0d40e9c8a6403c4e4e.zip
gcc-5748cda9cb60818dbc743b0d40e9c8a6403c4e4e.tar.gz
gcc-5748cda9cb60818dbc743b0d40e9c8a6403c4e4e.tar.bz2
Define ASM_OUTPUT_SECTION_NAME
From-SVN: r7972
-rw-r--r--gcc/config/svr4.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h
index 9b5d15c..48aca3c 100644
--- a/gcc/config/svr4.h
+++ b/gcc/config/svr4.h
@@ -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) \