rl78.c (rl78_attribute_table): Fix terminator and entry for "vector".
authorJeff Law <law@redhat.com>
Tue, 13 Feb 2018 18:36:51 +0000 (11:36 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 13 Feb 2018 18:36:51 +0000 (11:36 -0700)
2018-02-13  Jeff Law  <law@redhat.com>

  * config/rl/rl78.c (rl78_attribute_table): Fix terminator and
entry for "vector".

From-SVN: r257633

gcc/ChangeLog
gcc/config/rl78/rl78.c

index a7b43651115532430b641620930350b4429dfaee..e2f71932f77b1fab1ec842aedcb70180c3cc6ef2 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
index 5158e83c364cf597cb1cecfe266f3bf62293f9f6..8346c9c31e05cb960ad62f2c7b5b9a3bc7ed4bf4 100644 (file)
@@ -905,8 +905,8 @@ const struct attribute_spec rl78_attribute_table[] =
     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 }
 };