gas/testsuite/

2006-07-18  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/i386/opcode.s: Add sldt, smsw and str.
	* gas/i386/x86-64-opcode.s: Likewise.

	* gas/i386/opcode.d: Updated.
	* gas/i386/x86-64-opcode.d: Likewise.

opcodes/

2006-07-18  H.J. Lu  <hongjiu.lu@intel.com>

	* i386-dis.c (grps): Change "sldtQ", "strQ" and "smswQ" to
	"sldt", "str" and "smsw".
This commit is contained in:
H.J. Lu
2006-07-18 20:25:41 +00:00
parent 6afcfa399a
commit 2b516b7297
7 changed files with 60 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2006-07-18 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (grps): Change "sldtQ", "strQ" and "smswQ" to
"sldt", "str" and "smsw".
2006-07-15 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/2829

View File

@@ -1398,8 +1398,8 @@ static const struct dis386 grps[][8] = {
},
/* GRP6 */
{
{ "sldtQ", Ev, XX, XX, XX },
{ "strQ", Ev, XX, XX, XX },
{ "sldt", Ev, XX, XX, XX },
{ "str", Ev, XX, XX, XX },
{ "lldt", Ew, XX, XX, XX },
{ "ltr", Ew, XX, XX, XX },
{ "verr", Ew, XX, XX, XX },
@@ -1413,7 +1413,7 @@ static const struct dis386 grps[][8] = {
{ "sidt{Q|IQ||}", PNI_Fixup, 0, XX, XX, XX },
{ "lgdt{Q|Q||}", M, XX, XX, XX },
{ "lidt{Q|Q||}", SVME_Fixup, 0, XX, XX, XX },
{ "smswQ", Ev, XX, XX, XX },
{ "smsw", Ev, XX, XX, XX },
{ "(bad)", XX, XX, XX, XX },
{ "lmsw", Ew, XX, XX, XX },
{ "invlpg", INVLPG_Fixup, w_mode, XX, XX, XX },