* i386.h (i386_optab): Add entries for "sldr", "smsw" and "str" to

accept WordReg.
	* i386-dis.c (grps): Change "sldt", "str", and "smsw" entries
	to "sldtQ", "strQ", "smswQ" respectively; all with Ev operand
	category instead of Ew.
This commit is contained in:
Alan Modra
2001-11-13 01:03:55 +00:00
parent 1716f3b52e
commit f513298e18
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2001-11-13 Zack Weinberg <zack@codesourcery.com>
Alan Modra <amodra@bigpond.net.au>
* i386.h (i386_optab): Add entries for "sldr", "smsw" and "str" to
accept WordReg.
2001-11-04 Chris Demetriou <cgd@broadcom.com>
* mips.h (OPCODE_IS_MEMBER): Remove extra space.