diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-10 17:37:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-10 17:37:58 +0000 |
commit | fef0b65b717d02a21a92b7e9cdcf356412b5498f (patch) | |
tree | 9953af81d3ced673f5ccfe34a8af6739fa1f3b56 /opcodes | |
parent | f7e684639c17a9e6cb41c619288f0574a0c2607e (diff) | |
download | gdb-fef0b65b717d02a21a92b7e9cdcf356412b5498f.zip gdb-fef0b65b717d02a21a92b7e9cdcf356412b5498f.tar.gz gdb-fef0b65b717d02a21a92b7e9cdcf356412b5498f.tar.bz2 |
* mips-dis.c (print_insn_arg): Print cases 'i' and 'u' in hex.
(_print_insn_mips): Change i from int to unsigned int.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 91e2d93..08c8431 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 10 12:37:22 1996 Ian Lance Taylor <ian@cygnus.com> + + * mips-dis.c (print_insn_arg): Print cases 'i' and 'u' in hex. + (_print_insn_mips): Change i from int to unsigned int. + Thu Jan 4 17:21:10 1996 David Edelsohn <edelsohn@mhpcc.edu> * ppc-opc.c (powerpc_opcodes): tlbi POWER opcode form different |