2018-02-13 Jeff Law <law@redhat.com>
+ * config/rl/rl78.c (rl78_attribute_table): Fix terminator and
+ entry for "vector".
+
* config/rl78/rl78.c (rl78_handle_func_attribute): Mark
ARGS as unused.
rl78_handle_naked_attribute, NULL },
{ "saddr", 0, 0, true, false, false, false,
rl78_handle_saddr_attribute, NULL },
- { "vector", 1, -1, true, false, false,
- rl78_handle_vector_attribute, false },
+ { "vector", 1, -1, true, false, false, false,
+ rl78_handle_vector_attribute, NULL },
{ NULL, 0, 0, false, false, false, false, NULL, NULL }
};