From d72ace420dc0724fa4acb4fcb566d14353ffe6b2 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 5 May 1997 21:19:09 +0000 Subject: [PATCH] * i386-dis.c: (dis386_twobyte): Add MMX instructions. (twobyte_has_modrm): Likewise. (grps): Likewise. (OP_MMX, OP_EM, OP_MS): New static functions. --- opcodes/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8a669209611..6ca827b92aa 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ Mon May 5 14:28:41 1997 Ian Lance Taylor + * 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. -- 2.30.2