aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-05-12 12:07:10 +0000
committerAlan Modra <amodra@gmail.com>2001-05-12 12:07:10 +0000
commit4bba68155df1ff42f84c1dab62423444cde7ea02 (patch)
tree90945e1394eedc4f913ba8ccfa82c87484c18eae /opcodes/ChangeLog
parent25bc089505aef50357b98e7049c222c695bb3e17 (diff)
downloadgdb-4bba68155df1ff42f84c1dab62423444cde7ea02.zip
gdb-4bba68155df1ff42f84c1dab62423444cde7ea02.tar.gz
gdb-4bba68155df1ff42f84c1dab62423444cde7ea02.tar.bz2
* i386-dis.c (twobyte_has_modrm): Update table.
(need_modrm): Give it file scope. (MODRM_CHECK): Define. (dofloat): Use MODRM_CHECK. (OP_E): Likewise. (OP_EM): Likewise. (OP_EX): Likewise. and fix testsuite yet again now that we are getting correct disassembly.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index b4f61fc..ed1b0a8 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -2,6 +2,13 @@
* i386-dis.c (prefix_user_table): Correct movq2dq, movdq2q, and
movq operands.
+ (twobyte_has_modrm): Update table.
+ (need_modrm): Give it file scope.
+ (MODRM_CHECK): Define.
+ (dofloat): Use MODRM_CHECK.
+ (OP_E): Likewise.
+ (OP_EM): Likewise.
+ (OP_EX): Likewise.
2001-05-07 Frank Ch. Eigler <fche@redhat.com>