From: Ian Lance Taylor Date: Mon, 5 May 1997 21:19:09 +0000 (+0000) Subject: * i386-dis.c: (dis386_twobyte): Add MMX instructions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d72ace420dc0724fa4acb4fcb566d14353ffe6b2;p=binutils-gdb.git * i386-dis.c: (dis386_twobyte): Add MMX instructions. (twobyte_has_modrm): Likewise. (grps): Likewise. (OP_MMX, OP_EM, OP_MS): New static functions. --- 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.