diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-09 16:10:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-09 16:10:45 +0000 |
commit | 47332446f581c91935bafffca8924bff6898919b (patch) | |
tree | 361e1a2b0b47125f29e5c6ba19555722b6eb2495 /opcodes | |
parent | 902a77ac807d08b4f719501e05ac52b5d02757eb (diff) | |
download | gdb-47332446f581c91935bafffca8924bff6898919b.zip gdb-47332446f581c91935bafffca8924bff6898919b.tar.gz gdb-47332446f581c91935bafffca8924bff6898919b.tar.bz2 |
Wed Apr 9 12:05:25 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* m68k-dis.c (print_insn_arg) [case 'd']: Print as address register,
not data register.
[case 'J']: Fix typo in register name.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7e0e5f4..2575bae 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 9 12:05:25 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * m68k-dis.c (print_insn_arg) [case 'd']: Print as address register, + not data register. + [case 'J']: Fix typo in register name. + Mon Apr 7 16:48:22 1997 Ian Lance Taylor <ian@cygnus.com> * configure.in: Substitute SHLIB_LIBS. |