diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-04-28 22:59:09 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-04-28 22:59:09 +0000 |
commit | 7495f83bd477ff3dfed983426e50ffdf6edfc12b (patch) | |
tree | 4361da75954ce685fb26cbef646cfb707028ce4c /opcodes | |
parent | 594c548a4566bc8b32af0fbb5ae0bf30114f5293 (diff) | |
download | gdb-7495f83bd477ff3dfed983426e50ffdf6edfc12b.zip gdb-7495f83bd477ff3dfed983426e50ffdf6edfc12b.tar.gz gdb-7495f83bd477ff3dfed983426e50ffdf6edfc12b.tar.bz2 |
* m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the opcode being
examined.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ff7cd21..34eebe1 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 |