aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-08-07 15:56:13 +0000
committerIan Lance Taylor <ian@airs.com>1996-08-07 15:56:13 +0000
commit484c464505f3200bb949b448dcb71963538da9bb (patch)
tree167a852ec0eda3ddb925cff6f9643753d2809046 /opcodes
parente592f0e63db87bb4819f5e13dbd222c35a50d552 (diff)
downloadgdb-484c464505f3200bb949b448dcb71963538da9bb.zip
gdb-484c464505f3200bb949b448dcb71963538da9bb.tar.gz
gdb-484c464505f3200bb949b448dcb71963538da9bb.tar.bz2
* i386-dis.c (print_insn_i386): Actually return the correct value.
(ONE, OP_ONE): #ifdef out; not used.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d40b864..558e834 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 7 11:55:10 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * i386-dis.c (print_insn_i386): Actually return the correct value.
+ (ONE, OP_ONE): #ifdef out; not used.
+
start-sanitize-d10v
Fri Aug 2 17:47:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>