From: Ian Lance Taylor Date: Fri, 26 Jul 1996 18:06:35 +0000 (+0000) Subject: * alpha-dis.c (print_insn_alpha_osf): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=239ce44d9c450677b5acad311d38741c3cf7b187;p=binutils-gdb.git * alpha-dis.c (print_insn_alpha_osf): Remove. (print_insn_alpha_vms): Remove. (print_insn_alpha): Make globally visible. Chose the register names based on info->flavour. * disassemble.c: Always return print_insn_alpha for the alpha. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ce405a5354d..4cac0efeb23 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +Fri Jul 26 14:01:43 1996 Ian Lance Taylor + + * alpha-dis.c (print_insn_alpha_osf): Remove. + (print_insn_alpha_vms): Remove. + (print_insn_alpha): Make globally visible. Chose the register + names based on info->flavour. + * disassemble.c: Always return print_insn_alpha for the alpha. + start-sanitize-d10v Thu Jul 25 15:24:17 1996 Martin M. Hunt