From: Jeff Law Date: Sat, 6 Apr 1996 00:14:04 +0000 (+0000) Subject: * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates, X-Git-Tag: gdb-4_18~8910 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2f6ce6ac289c14bc476306a303d8d27793dac06;p=platform%2Fupstream%2Fbinutils.git * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates, not "abs", which may be needed for the absolute in something like btst #0,@10:8. Print L_3 immediates separately from other immediates. Change ABSMOV reference to ABS8MEM. One day we'll actually disassemble btst #0,@10:8 correctly... But not yet. hmse. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5bfbf2d..995fe47 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 5 17:12:27 1996 Jeffrey A Law (law@cygnus.com) + + * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates, + not "abs", which may be needed for the absolute in something + like btst #0,@10:8. Print L_3 immediates separately from other + immediates. Change ABSMOV reference to ABS8MEM. + Wed Apr 3 10:40:45 1996 Doug Evans * sparc-dis.c (opcodes_initialized): Move inside print_insn_sparc.