(INIT_SECTION_ASM_OP): Don't set the alloc flag.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 02:56:15 +0000 (18:56 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 02:56:15 +0000 (18:56 -0800)
({CTORS,DTORS}_SECTION_ASM_OP): Set execinstr flag.

From-SVN: r6937

gcc/config/sparc/sysv4.h

index ced9db7913f301cf3402bf1872ecba8316137bbe..786fcbcd0a418e463de306885574f5e4e5080062 100644 (file)
@@ -171,9 +171,9 @@ do { ASM_OUTPUT_ALIGN ((FILE), 2);                                  \
 #define DATA_SECTION_ASM_OP    ".section\t\".data\""
 #define BSS_SECTION_ASM_OP     ".section\t\".bss\""
 #define CONST_SECTION_ASM_OP   ".section\t\".rodata\""
-#define INIT_SECTION_ASM_OP    ".section\t\".init\",#alloc"
-#define CTORS_SECTION_ASM_OP    ".section\t\".ctors\",#alloc"
-#define DTORS_SECTION_ASM_OP    ".section\t\".dtors\",#alloc"
+#define INIT_SECTION_ASM_OP    ".section\t\".init\""
+#define CTORS_SECTION_ASM_OP    ".section\t\".ctors\",#alloc,#execinstr"
+#define DTORS_SECTION_ASM_OP    ".section\t\".dtors\",#alloc,#execinstr"
 
 /* Assemble generic sections.
    This is currently only used to support section attributes.  */