diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-21 08:42:28 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-21 08:42:28 +0000 |
commit | 7fa108a4d514745631ce8ef6401cb51f1d0b8966 (patch) | |
tree | 9fa663b1874d12695bbd783bbdb4718f7c439953 /opcodes/mips-dis.c | |
parent | 5a65713f64ae0629f9b2255d72e8f52fefa13d68 (diff) | |
download | gdb-7fa108a4d514745631ce8ef6401cb51f1d0b8966.zip gdb-7fa108a4d514745631ce8ef6401cb51f1d0b8966.tar.gz gdb-7fa108a4d514745631ce8ef6401cb51f1d0b8966.tar.bz2 |
* i960-dis.c: Add parameters for prototypes
(ctrl): Add unused attributes.
(cobr): Likewise.
(put_abs): Likewise.
* mips-dis.c: Add missing prototypes.
* a29k-dis.c: Likewise.
* arc-dis.c: Likewise.
* ia64-opc.c: Likewise.
* s390-dis.c: Add missing prototypes.
(init_disasm): Remove unused attribute since the parameter is
used.
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r-- | opcodes/mips-dis.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 36d80ae..58b7dcd 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -45,8 +45,12 @@ static int print_insn_mips PARAMS ((bfd_vma, unsigned long int, struct disassemble_info *)); static void print_insn_arg PARAMS ((const char *, unsigned long, bfd_vma, struct disassemble_info *)); +static void mips_isa_type + PARAMS ((int, int *, int *)); static int print_insn_mips16 PARAMS ((bfd_vma, struct disassemble_info *)); +static int is_newabi + PARAMS ((Elf_Internal_Ehdr *)); static void print_mips16_insn_arg PARAMS ((int, const struct mips_opcode *, int, boolean, int, bfd_vma, struct disassemble_info *)); |