aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-11-01 18:30:43 +0000
committerIan Lance Taylor <ian@airs.com>1996-11-01 18:30:43 +0000
commit03e9562378e3e5576bb63cf38e821da829c03eac (patch)
treef52c770b0316d413082cd9036d1574ef3fca180f
parente6b743a20a7941e5d8fe129f18168241bd61be84 (diff)
downloadgdb-03e9562378e3e5576bb63cf38e821da829c03eac.zip
gdb-03e9562378e3e5576bb63cf38e821da829c03eac.tar.gz
gdb-03e9562378e3e5576bb63cf38e821da829c03eac.tar.bz2
Fri Nov 1 10:29:11 1996 Richard Henderson <rth@tamu.edu>
* alpha-dis.c (print_insn_alpha): Use new NOPAL mask for standard disassembly. * alpha-opc.c (alpha_operands): Rearrange flags slot. (alpha_opcodes): Add new BWX, CIX, and MAX instructions. Recategorize PALcode instructions.
-rw-r--r--opcodes/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index ca97f10..fc6d548 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,12 @@
+Fri Nov 1 10:29:11 1996 Richard Henderson <rth@tamu.edu>
+
+ * alpha-dis.c (print_insn_alpha): Use new NOPAL mask for
+ standard disassembly.
+
+ * alpha-opc.c (alpha_operands): Rearrange flags slot.
+ (alpha_opcodes): Add new BWX, CIX, and MAX instructions.
+ Recategorize PALcode instructions.
+
start-sanitize-v850
Wed Oct 30 16:46:58 1996 Jeffrey A Law (law@cygnus.com)