aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-07-26 18:06:35 +0000
committerIan Lance Taylor <ian@airs.com>1996-07-26 18:06:35 +0000
commit239ce44d9c450677b5acad311d38741c3cf7b187 (patch)
tree04a3e5892f6cfcc6f3c68b8c33cf16725ad44c69 /opcodes
parent5ca547dc2399a0a5d9f20626d4bf5547c3ccfddd (diff)
downloadgdb-239ce44d9c450677b5acad311d38741c3cf7b187.zip
gdb-239ce44d9c450677b5acad311d38741c3cf7b187.tar.gz
gdb-239ce44d9c450677b5acad311d38741c3cf7b187.tar.bz2
* 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.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index ce405a5..4cac0ef 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,11 @@
+Fri Jul 26 14:01:43 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * 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 <hunt@pizza.cygnus.com>