aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32r/m32r.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m32r/m32r.c')
-rw-r--r--gcc/config/m32r/m32r.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c
index 4a47797dbd4..90e76a38cb4 100644
--- a/gcc/config/m32r/m32r.c
+++ b/gcc/config/m32r/m32r.c
@@ -105,12 +105,12 @@ static bool m32r_attribute_identifier (const_tree);
static const struct attribute_spec m32r_attribute_table[] =
{
- /* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler,
- affects_type_identity } */
- { "interrupt", 0, 0, true, false, false, NULL, false },
- { "model", 1, 1, true, false, false, m32r_handle_model_attribute,
+ /* { name, min_len, max_len, decl_req, type_req, fn_type_req, decl_handler,
+ type_handler, affects_type_identity } */
+ { "interrupt", 0, 0, true, false, false, NULL, NULL, false },
+ { "model", 1, 1, true, false, false, m32r_handle_model_attribute, NULL,
false },
- { NULL, 0, 0, false, false, false, NULL, false }
+ { NULL, 0, 0, false, false, false, NULL, NULL, false }
};
/* Initialize the GCC target structure. */