aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64/ia64.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/ia64/ia64.c')
-rw-r--r--gcc/config/ia64/ia64.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c
index ad4bb17..b16c340 100644
--- a/gcc/config/ia64/ia64.c
+++ b/gcc/config/ia64/ia64.c
@@ -359,18 +359,18 @@ static bool ia64_expand_vec_perm_const_1 (struct expand_vec_perm_d *d);
/* Table of valid machine attributes. */
static const struct attribute_spec ia64_attribute_table[] =
{
- /* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler,
- affects_type_identity, exclusions } */
- { "syscall_linkage", 0, 0, false, true, true, NULL, false, NULL },
- { "model", 1, 1, true, false, false, ia64_handle_model_attribute,
- false, NULL },
+ /* { name, min_len, max_len, decl_req, type_req, fn_type_req,
+ affects_type_identity, handler, exclude } */
+ { "syscall_linkage", 0, 0, false, true, true, false, NULL, NULL },
+ { "model", 1, 1, true, false, false, false,
+ ia64_handle_model_attribute, NULL },
#if TARGET_ABI_OPEN_VMS
- { "common_object", 1, 1, true, false, false,
- ia64_vms_common_object_attribute, false, NULL },
+ { "common_object", 1, 1, true, false, false, false,
+ ia64_vms_common_object_attribute, NULL },
#endif
- { "version_id", 1, 1, true, false, false,
- ia64_handle_version_id_attribute, false, NULL },
- { NULL, 0, 0, false, false, false, NULL, false, NULL }
+ { "version_id", 1, 1, true, false, false, false,
+ ia64_handle_version_id_attribute, NULL },
+ { NULL, 0, 0, false, false, false, false, NULL, NULL }
};
/* Initialize the GCC target structure. */