diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-19 17:40:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-19 17:40:28 +0000 |
commit | d5b2f4d67cf654227d255e7e72c5f85fe2f020ee (patch) | |
tree | 5436d1ebdf67f851d5975ae38520168ac79e8771 /opcodes/fr30-desc.c | |
parent | 38131e6744be32896c1259d5db95a1f492c11533 (diff) | |
download | gdb-d5b2f4d67cf654227d255e7e72c5f85fe2f020ee.zip gdb-d5b2f4d67cf654227d255e7e72c5f85fe2f020ee.tar.gz gdb-d5b2f4d67cf654227d255e7e72c5f85fe2f020ee.tar.bz2 |
Fix compile time warning messages
Diffstat (limited to 'opcodes/fr30-desc.c')
-rw-r--r-- | opcodes/fr30-desc.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/fr30-desc.c b/opcodes/fr30-desc.c index 0eb6755..9fc4379 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[] = |