diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-05 21:19:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-05 21:19:09 +0000 |
commit | d72ace420dc0724fa4acb4fcb566d14353ffe6b2 (patch) | |
tree | a5adc4e9d57234dadf82165d1ac044341e2dc2a9 /opcodes | |
parent | 454b0ccda0aa7d7cd70767d959e57093e870c489 (diff) | |
download | gdb-d72ace420dc0724fa4acb4fcb566d14353ffe6b2.zip gdb-d72ace420dc0724fa4acb4fcb566d14353ffe6b2.tar.gz gdb-d72ace420dc0724fa4acb4fcb566d14353ffe6b2.tar.bz2 |
* i386-dis.c: (dis386_twobyte): Add MMX instructions.
(twobyte_has_modrm): Likewise.
(grps): Likewise.
(OP_MMX, OP_EM, OP_MS): New static functions.
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 8a66920..6ca827b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ Mon May 5 14:28:41 1997 Ian Lance Taylor <ian@cygnus.com> + * i386-dis.c: (dis386_twobyte): Add MMX instructions. + (twobyte_has_modrm): Likewise. + (grps): Likewise. + (OP_MMX, OP_EM, OP_MS): New static functions. + * i386-dis.c: Revert patch of April 4. The output now matches what gcc generates. |