summaryrefslogtreecommitdiff
path: root/opcodes/cgen-dis.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-09-19 17:40:28 +0000
committerNick Clifton <nickc@redhat.com>2001-09-19 17:40:28 +0000
commit51ba7182c6687eec89243d50bc05f0992fd8e67a (patch)
tree55807f50e705772b0d028f2c3a978d397aa2ba9a /opcodes/cgen-dis.c
parent3f5a92eae319d17c46cfca8d9d731c782f0ce2e0 (diff)
downloadbinutils-redhat-51ba7182c6687eec89243d50bc05f0992fd8e67a.tar.gz
Fix compile time warning messages
Diffstat (limited to 'opcodes/cgen-dis.c')
-rw-r--r--opcodes/cgen-dis.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/cgen-dis.c b/opcodes/cgen-dis.c
index b4297bb44d..8e9fe56e87 100644
--- a/opcodes/cgen-dis.c
+++ b/opcodes/cgen-dis.c
@@ -27,6 +27,10 @@
#include "symcat.h"
#include "opcode/cgen.h"
+static CGEN_INSN_LIST * hash_insn_array PARAMS ((CGEN_CPU_DESC, const CGEN_INSN *, int, int, CGEN_INSN_LIST **, CGEN_INSN_LIST *));
+static CGEN_INSN_LIST * hash_insn_list PARAMS ((CGEN_CPU_DESC, const CGEN_INSN_LIST *, CGEN_INSN_LIST **, CGEN_INSN_LIST *));
+static void build_dis_hash_table PARAMS ((CGEN_CPU_DESC));
+
/* Subroutine of build_dis_hash_table to add INSNS to the hash table.
COUNT is the number of elements in INSNS.