aboutsummaryrefslogtreecommitdiff
path: root/gas/config/xtensa-relax.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2004-10-12 18:33:17 +0000
committerBob Wilson <bob.wilson@acm.org>2004-10-12 18:33:17 +0000
commit7fa3d080a22840ecb8e69760ecd8ce41a36e03fc (patch)
tree3d1f22905903d3cdd8ac3dabc4a65b723798ab1c /gas/config/xtensa-relax.h
parentec8ba2c9a1059989b9b1f48e7f10191544575c49 (diff)
downloadgdb-7fa3d080a22840ecb8e69760ecd8ce41a36e03fc.zip
gdb-7fa3d080a22840ecb8e69760ecd8ce41a36e03fc.tar.gz
gdb-7fa3d080a22840ecb8e69760ecd8ce41a36e03fc.tar.bz2
bfd ChangeLog
* elf32-xtensa.c: Use ISO C90 formatting. gas ChangeLog * config/tc-xtensa.c: Use ISO C90 formatting. * config/tc-xtensa.h: Likewise. * config/xtensa-istack.h: Likewise. * config/xtensa-relax.c: Likewise. * config/xtensa-relax.h: Likewise. ld ChangeLog * emultempl/xtensaelf.em: Use ISO C90 formatting. opcodes ChangeLog * xtensa-dis.c: Use ISO C90 formatting.
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 */