From: Ian Lance Taylor Date: Fri, 1 Nov 1996 18:30:43 +0000 (+0000) Subject: Fri Nov 1 10:29:11 1996 Richard Henderson X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03e9562378e3e5576bb63cf38e821da829c03eac;p=binutils-gdb.git Fri Nov 1 10:29:11 1996 Richard Henderson * 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. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ca97f10e504..fc6d5481cc7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Fri Nov 1 10:29:11 1996 Richard Henderson + + * 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)