From: Ken Raeburn Date: Thu, 28 Apr 1994 22:59:09 +0000 (+0000) Subject: * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the opcode being X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7495f83bd477ff3dfed983426e50ffdf6edfc12b;p=binutils-gdb.git * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the opcode being examined. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ff7cd2133ef..34eebe190bb 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,15 @@ +Thu Apr 28 18:32:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the + opcode being examined. + +Thu Apr 21 17:08:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS. + (insert_ral, insert_ram, insert_ras): New functions. + (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and + RAS for store with update. + Sat Apr 16 23:41:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn