]>
git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add CheckRegSize to instructions which require register size check.
gas/
2010-10-14  H.J. Lu  <hongjiu.lu@intel.com>
	* config/tc-i386.c (match_template): Check checkregsize
	instead of w for register size check.
gas/testsuite/
2010-10-14  H.J. Lu  <hongjiu.lu@intel.com>
	* gas/i386/i386.exp: Run inval-reg.
	* gas/i386/inval-reg.l: New.
	* gas/i386/inval-reg.s: Likewise.
opcodes/
2010-10-14  H.J. Lu  <hongjiu.lu@intel.com>
	* i386-gen.c (opcode_modifiers): Add CheckRegSize.
	* i386-opc.h (CheckRegSize): New.
	(i386_opcode_modifier): Add checkregsize.
	* i386-opc.tbl: Add CheckRegSize to instructions which
	require register size check.
	* i386-tbl.h: Regenerated.