aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/rs6000.c')
-rw-r--r--gcc/config/rs6000/rs6000.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index 995ae04..215a1f4 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -1518,22 +1518,22 @@ static const char alt_reg_names[][8] =
static const struct attribute_spec rs6000_attribute_table[] =
{
- /* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler,
- affects_type_identity, exclusions } */
- { "altivec", 1, 1, false, true, false, rs6000_handle_altivec_attribute,
- false, NULL },
- { "longcall", 0, 0, false, true, true, rs6000_handle_longcall_attribute,
- false, NULL },
- { "shortcall", 0, 0, false, true, true, rs6000_handle_longcall_attribute,
- false, NULL },
- { "ms_struct", 0, 0, false, false, false, rs6000_handle_struct_attribute,
- false, NULL },
- { "gcc_struct", 0, 0, false, false, false, rs6000_handle_struct_attribute,
- false, NULL },
+ /* { name, min_len, max_len, decl_req, type_req, fn_type_req,
+ affects_type_identity, handler, exclude } */
+ { "altivec", 1, 1, false, true, false, false,
+ rs6000_handle_altivec_attribute, NULL },
+ { "longcall", 0, 0, false, true, true, false,
+ rs6000_handle_longcall_attribute, NULL },
+ { "shortcall", 0, 0, false, true, true, false,
+ rs6000_handle_longcall_attribute, NULL },
+ { "ms_struct", 0, 0, false, false, false, false,
+ rs6000_handle_struct_attribute, NULL },
+ { "gcc_struct", 0, 0, false, false, false, false,
+ rs6000_handle_struct_attribute, NULL },
#ifdef SUBTARGET_ATTRIBUTE_TABLE
SUBTARGET_ATTRIBUTE_TABLE,
#endif
- { NULL, 0, 0, false, false, false, NULL, false, NULL }
+ { NULL, 0, 0, false, false, false, false, NULL, NULL }
};
#ifndef TARGET_PROFILE_KERNEL