]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/rx/rx.c
tree-core.h (struct attribute_spec): Swap affects_type_identity and handler fields.
[thirdparty/gcc.git] / gcc / config / rx / rx.c
index 84032b70d388dc7b040516b63ea5a0bfce0c56c6..071cca5a947da91e38b3d9dc44df6b500bce9069 100644 (file)
@@ -2731,17 +2731,17 @@ rx_handle_vector_attribute (tree * node,
 /* Table of RX specific attributes.  */
 const struct attribute_spec rx_attribute_table[] =
 {
-  /* Name, min_len, max_len, decl_req, type_req, fn_type_req, handler,
-     affects_type_identity, exclusions.  */
-  { "fast_interrupt", 0, 0, true, false, false, rx_handle_func_attribute,
-    false, NULL },
-  { "interrupt",      0, -1, true, false, false, rx_handle_func_attribute,
-    false, NULL },
-  { "naked",          0, 0, true, false, false, rx_handle_func_attribute,
-    false, NULL },
-  { "vector",         1, -1, true, false, false, rx_handle_vector_attribute,
-    false, NULL },
-  { NULL,             0, 0, false, false, false, NULL, false, NULL }
+  /* Name, min_len, max_len, decl_req, type_req, fn_type_req,
+     affects_type_identity, handler, exclude.  */
+  { "fast_interrupt", 0, 0, true, false, false, false,
+    rx_handle_func_attribute, NULL },
+  { "interrupt",      0, -1, true, false, false, false,
+    rx_handle_func_attribute, NULL },
+  { "naked",          0, 0, true, false, false, false,
+    rx_handle_func_attribute, NULL },
+  { "vector",         1, -1, true, false, false, false,
+    rx_handle_vector_attribute, NULL },
+  { NULL,             0, 0, false, false, false, false, NULL, NULL }
 };
 
 /* Implement TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.  */