diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-15 12:11:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-15 12:11:13 +0000 |
commit | aa5f19f2b9e440d4ebfb3a53500e66021f21b6af (patch) | |
tree | 89afabecdbc324c07953fee27f2839e82b7ee5ad /opcodes/ChangeLog | |
parent | aca21d9a80adeadf8f8503cdc7d537a98c93a11d (diff) | |
download | gdb-aa5f19f2b9e440d4ebfb3a53500e66021f21b6af.zip gdb-aa5f19f2b9e440d4ebfb3a53500e66021f21b6af.tar.gz gdb-aa5f19f2b9e440d4ebfb3a53500e66021f21b6af.tar.bz2 |
Fix MIPS disassembler so that it produces reassemblable code.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2b8b961..b816503 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,19 @@ +2001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * mips-dis.c (INSNLEN): Rename MAXLEN. + (std_reg_names): Replace by mips32_reg_names and mips64_reg_names. + (print_insn_arg): Remove $ prefix of register names. + (set_mips_isa_type): Remove. + (imps_isa_type): New function. + (get_mips_isa): New Function. + (print_insn_mips): Rename _print_insn_mips. + (_print_insn_mips): New function, contains code which was + duplicated in print_insn_big_mips and print_insn_little_mips. + (print_insn_big_mips): Moved code to _print_insn_mips. + (print_insn_little_mips): Likewise. + (print_mips16_insn_arg): Remove $ prefix of register names. + Print error message before abort. + 2001-05-14 J.T. Conklin <jtc@redback.com> * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of |