aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rl78
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rl78')
-rw-r--r--gcc/config/rl78/rl78.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c
index 7b381b1..58c8fe8 100644
--- a/gcc/config/rl78/rl78.c
+++ b/gcc/config/rl78/rl78.c
@@ -860,14 +860,14 @@ const struct attribute_spec rl78_attribute_table[] =
/* Name, min_len, max_len, decl_req, type_req, fn_type_req, handler,
affects_type_identity. */
{ "interrupt", 0, 0, true, false, false, rl78_handle_func_attribute,
- false },
+ false, NULL },
{ "brk_interrupt", 0, 0, true, false, false, rl78_handle_func_attribute,
- false },
+ false, NULL },
{ "naked", 0, 0, true, false, false, rl78_handle_naked_attribute,
- false },
+ false, NULL },
{ "saddr", 0, 0, true, false, false, rl78_handle_saddr_attribute,
- false },
- { NULL, 0, 0, false, false, false, NULL, false }
+ false, NULL },
+ { NULL, 0, 0, false, false, false, NULL, false, NULL }
};