aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/microblaze/microblaze.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/microblaze/microblaze.c')
-rw-r--r--gcc/config/microblaze/microblaze.c19
1 files changed, 7 insertions, 12 deletions
diff --git a/gcc/config/microblaze/microblaze.c b/gcc/config/microblaze/microblaze.c
index acdff6c..a808bd0 100644
--- a/gcc/config/microblaze/microblaze.c
+++ b/gcc/config/microblaze/microblaze.c
@@ -215,18 +215,13 @@ int fast_interrupt;
int save_volatiles;
const struct attribute_spec microblaze_attribute_table[] = {
- /* name min_len, max_len, decl_req, type_req, fn_type, req_handler,
- affects_type_identity, exclusions */
- {"interrupt_handler", 0, 0, true, false, false, NULL,
- false, NULL },
- {"break_handler", 0, 0, true, false, false, NULL,
- false, NULL },
- {"fast_interrupt", 0, 0, true, false, false, NULL,
- false, NULL },
- {"save_volatiles" , 0, 0, true, false, false, NULL,
- 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 */
+ {"interrupt_handler", 0, 0, true, false, false, false, NULL, NULL },
+ {"break_handler", 0, 0, true, false, false, false, NULL, NULL },
+ {"fast_interrupt", 0, 0, true, false, false, false, NULL, NULL },
+ {"save_volatiles", 0, 0, true, false, false, false, NULL, NULL },
+ { NULL, 0, 0, false, false, false, false, NULL, NULL }
};
static int microblaze_interrupt_function_p (tree);