diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-03-25 20:41:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-03-25 20:41:31 +0000 |
commit | 143e58b45b760644ac1676555afc0a5ce434b5e6 (patch) | |
tree | 04ae8660b09548245a740e2e2c4e7fc7eedd3210 /opcodes | |
parent | d04efb80db96ade166f9b752e49d947bcdf051c2 (diff) | |
download | gdb-143e58b45b760644ac1676555afc0a5ce434b5e6.zip gdb-143e58b45b760644ac1676555afc0a5ce434b5e6.tar.gz gdb-143e58b45b760644ac1676555afc0a5ce434b5e6.tar.bz2 |
Wed Mar 25 14:32:48 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* m68k-dis.c (print_insn_m68k): Use info->mach to select the
default m68k variant to recognize.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d15aef1..da54373 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,8 @@ Wed Mar 25 14:32:48 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + * m68k-dis.c (print_insn_m68k): Use info->mach to select the + default m68k variant to recognize. + * i960-dis.c (pinsn): Change type of first argument to bfd_vma. (ctrl, cobr, mem, ea): Likewise. (print_addr): Likewise. Remove cast. |