summaryrefslogtreecommitdiff
path: root/opcodes/fr30-desc.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/fr30-desc.c
parent3f5a92eae319d17c46cfca8d9d731c782f0ce2e0 (diff)
downloadbinutils-redhat-51ba7182c6687eec89243d50bc05f0992fd8e67a.tar.gz
Fix compile time warning messages
Diffstat (limited to 'opcodes/fr30-desc.c')
-rw-r--r--opcodes/fr30-desc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/fr30-desc.c b/opcodes/fr30-desc.c
index 0eb67557aa..9fc4379d60 100644
--- a/opcodes/fr30-desc.c
+++ b/opcodes/fr30-desc.c
@@ -33,6 +33,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "opintl.h"
#include "libiberty.h"
+static void init_tables PARAMS ((void));
+static const CGEN_MACH * lookup_mach_via_bfd_name PARAMS ((const CGEN_MACH *, const char *));
+static void build_hw_table PARAMS ((CGEN_CPU_TABLE *));
+static void build_ifield_table PARAMS ((CGEN_CPU_TABLE *));
+static void build_operand_table PARAMS ((CGEN_CPU_TABLE *));
+static void build_insn_table PARAMS ((CGEN_CPU_TABLE *));
+static void fr30_cgen_rebuild_tables PARAMS ((CGEN_CPU_TABLE *));
+
/* Attributes. */
static const CGEN_ATTR_ENTRY bool_attr[] =