aboutsummaryrefslogtreecommitdiff
path: root/gas/config/xtensa-relax.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/xtensa-relax.h')
-rw-r--r--gas/config/xtensa-relax.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/xtensa-relax.h b/gas/config/xtensa-relax.h
index 2a228bc..31fa8b0 100644
--- a/gas/config/xtensa-relax.h
+++ b/gas/config/xtensa-relax.h
@@ -173,10 +173,10 @@ struct transition_rule
typedef int (*transition_cmp_fn) (const TransitionRule *,
const TransitionRule *);
-extern TransitionTable *xg_build_simplify_table PARAMS ((transition_cmp_fn));
-extern TransitionTable *xg_build_widen_table PARAMS ((transition_cmp_fn));
+extern TransitionTable *xg_build_simplify_table (transition_cmp_fn);
+extern TransitionTable *xg_build_widen_table (transition_cmp_fn);
-extern bfd_boolean xg_has_userdef_op_fn PARAMS ((OpType));
-extern long xg_apply_userdef_op_fn PARAMS ((OpType, long));
+extern bfd_boolean xg_has_userdef_op_fn (OpType);
+extern long xg_apply_userdef_op_fn (OpType, long);
#endif /* !XTENSA_RELAX_H */