src/gas ChangeLog config/tc-i386-intel.c

jbeulich@sourceware.org jbeulich@sourceware.org
Wed Jul 25 11:34:00 GMT 2012


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jbeulich@sourceware.org	2012-07-25 11:34:49

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-i386-intel.c 

Log message:
	MASM accepts ESP/RSP being specified second in a memory address
	operand, by silently making it the base register despite not being
	specified first.
	
	Consequently, we also permit an xmm/ymm index to be specified first
	(possibly alone), nevertheless putting it in as index register.
	
	2012-07-24  Jan Beulich <jbeulich@suse.com>
	
	* config/tc-i386-intel.c (i386_intel_simplify_register): Handle
	xmm/ymm index register being specified first as well as esp/rsp
	base register being specified last in a memory operand.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4766&r2=1.4767
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386-intel.c.diff?cvsroot=src&r1=1.18&r2=1.19



More information about the Binutils-cvs mailing list