diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-11-01 18:30:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-11-01 18:30:43 +0000 |
commit | 03e9562378e3e5576bb63cf38e821da829c03eac (patch) | |
tree | f52c770b0316d413082cd9036d1574ef3fca180f | |
parent | e6b743a20a7941e5d8fe129f18168241bd61be84 (diff) | |
download | gdb-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/ChangeLog | 9 |
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) |