From: H.J. Lu Date: Thu, 22 Jul 2004 19:10:49 +0000 (+0000) Subject: 2004-07-22 H.J. Lu X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ea2f86ccfc9d9d67576a27d1e1639a143e83e125;p=pf3gnuchains%2Fpf3gnuchains3x.git 2004-07-22 H.J. Lu * i386.h (i386_optab): Allow cs/ds in 64bit for branch hints. --- diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 1674c33ffa..4ed2b86790 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2004-07-22 H.J. Lu + + * i386.h (i386_optab): Allow cs/ds in 64bit for branch hints. + 2004-07-21 Jan Beulich * i386.h: Adjust instruction descriptions to better match the diff --git a/include/opcode/i386.h b/include/opcode/i386.h index 2b05dce23e..454a7fd09f 100644 --- a/include/opcode/i386.h +++ b/include/opcode/i386.h @@ -854,9 +854,9 @@ static const template i386_optab[] = {"lock", 0, 0xf0, X, 0, NoSuf|IsPrefix, { 0, 0, 0} }, {"wait", 0, 0x9b, X, 0, NoSuf|IsPrefix, { 0, 0, 0} }, #define CS_PREFIX_OPCODE 0x2e -{"cs", 0, 0x2e, X, CpuNo64, NoSuf|IsPrefix, { 0, 0, 0} }, +{"cs", 0, 0x2e, X, 0, NoSuf|IsPrefix, { 0, 0, 0} }, #define DS_PREFIX_OPCODE 0x3e -{"ds", 0, 0x3e, X, CpuNo64, NoSuf|IsPrefix, { 0, 0, 0} }, +{"ds", 0, 0x3e, X, 0, NoSuf|IsPrefix, { 0, 0, 0} }, #define ES_PREFIX_OPCODE 0x26 {"es", 0, 0x26, X, CpuNo64, NoSuf|IsPrefix, { 0, 0, 0} }, #define FS_PREFIX_OPCODE 0x64