diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-20 15:28:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-20 15:28:25 +0000 |
commit | 82a76694ce7353f067734a905388175e2b6cf6b2 (patch) | |
tree | bf305353fbfc47816fd6745dd3c79c79ef9cfe5c /opcodes/openrisc-desc.c | |
parent | fc52e153510f5c1e60e4dfb0e8f69480734cc1f3 (diff) | |
download | gdb-82a76694ce7353f067734a905388175e2b6cf6b2.tar.gz |
Fix compile time warnings
Diffstat (limited to 'opcodes/openrisc-desc.c')
-rw-r--r-- | opcodes/openrisc-desc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/openrisc-desc.c b/opcodes/openrisc-desc.c index f9605e69095..b56cab6ba02 100644 --- a/opcodes/openrisc-desc.c +++ b/opcodes/openrisc-desc.c @@ -34,6 +34,13 @@ 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 openrisc_cgen_rebuild_tables PARAMS ((CGEN_CPU_TABLE *)); /* Attributes. */ static const CGEN_ATTR_ENTRY bool_attr[] = |