diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-07 15:56:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-07 15:56:13 +0000 |
commit | 484c464505f3200bb949b448dcb71963538da9bb (patch) | |
tree | 167a852ec0eda3ddb925cff6f9643753d2809046 /opcodes | |
parent | e592f0e63db87bb4819f5e13dbd222c35a50d552 (diff) | |
download | gdb-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/ChangeLog | 5 |
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> |