]>
git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Replace Vex2Sources and Vex3Sources with VexSources.
gas/
2009-12-15  H.J. Lu  <hongjiu.lu@intel.com>
	* config/tc-i386.c (process_operands): Check vexsources
	instead of vex3sources.
	(build_modrm_byte): Check vexsources instead of vex2sources
	and vex3sources.
opcodes/
2009-12-15  H.J. Lu  <hongjiu.lu@intel.com>
	* i386-gen.c (opcode_modifiers): Remove Vex3Sources and
	Vex2Sources.  Add VexSources.
	* i386-opc.h ()Vex2Sources: Removed.
	(Vex3Sources): Likewise.
	(VEX2SOURCES): New.
	(VEX3SOURCES): Likewise.
	(VexSources): Likewise.
	(i386_opcode_modifier): Remove vex2sources and vex3sources.
	Add vexsources.
	* i386-opc.tbl: Replace Vex2Sources with VexSources=1 and
	Vex3Sourceswith VexSources=2.
	* i386-tbl.h: Regenerated.