aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r--gcc/config/darwin.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index d20c864..c20a484 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -740,12 +740,12 @@ extern GTY(()) section * darwin_sections[NUM_DARWIN_SECTIONS];
/* Extra attributes for Darwin. */
#define SUBTARGET_ATTRIBUTE_TABLE \
- /* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler, \
- affects_type_identity, exclusions } */ \
- { "apple_kext_compatibility", 0, 0, false, true, false, \
- darwin_handle_kext_attribute, false, NULL }, \
- { "weak_import", 0, 0, true, false, false, \
- darwin_handle_weak_import_attribute, false, NULL }
+ /* { name, min_len, max_len, decl_req, type_req, fn_type_req, \
+ affects_type_identity, handler, exclude } */ \
+ { "apple_kext_compatibility", 0, 0, false, true, false, false, \
+ darwin_handle_kext_attribute, NULL }, \
+ { "weak_import", 0, 0, true, false, false, false, \
+ darwin_handle_weak_import_attribute, NULL }
/* Make local constant labels linker-visible, so that if one follows a
weak_global constant, ld64 will be able to separate the atoms. */