aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sol2.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/sol2.h')
-rw-r--r--gcc/config/sol2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h
index 69c713b..268ab13 100644
--- a/gcc/config/sol2.h
+++ b/gcc/config/sol2.h
@@ -406,8 +406,8 @@ along with GCC; see the file COPYING3. If not see
/* #pragma init and #pragma fini are implemented on top of init and
fini attributes. */
#define SOLARIS_ATTRIBUTE_TABLE \
- { "init", 0, 0, true, false, false, NULL, false, NULL }, \
- { "fini", 0, 0, true, false, false, NULL, false, NULL }
+ { "init", 0, 0, true, false, false, false, NULL, NULL }, \
+ { "fini", 0, 0, true, false, false, false, NULL, NULL }
/* Solaris-specific #pragmas are implemented on top of attributes. Hook in
the bits from config/sol2.c. */