aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-04-28 22:59:09 +0000
committerKen Raeburn <raeburn@cygnus>1994-04-28 22:59:09 +0000
commit7495f83bd477ff3dfed983426e50ffdf6edfc12b (patch)
tree4361da75954ce685fb26cbef646cfb707028ce4c /opcodes
parent594c548a4566bc8b32af0fbb5ae0bf30114f5293 (diff)
downloadfsf-binutils-gdb-7495f83bd477ff3dfed983426e50ffdf6edfc12b.zip
fsf-binutils-gdb-7495f83bd477ff3dfed983426e50ffdf6edfc12b.tar.gz
fsf-binutils-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/ChangeLog12
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