This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gas ChangeLog config/tc-i386.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jbeulich@sourceware.org	2012-07-31 07:45:48

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

Log message:
	The current error message for bad imm4 operands wasn't really helpful,
	and was pointing at the wrong operand in Intel mode. Since non-constant
	operands are being taken care of by other means anyway, adjust it to
	simply state that the constant doesn't fit.
	
	2012-07-31  Jan Beulich <jbeulich@suse.com>
	
	* config/tc-i386.c (match_template): Adjust error message
	for 'bad_imm4' case.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4775&r2=1.4776
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386.c.diff?cvsroot=src&r1=1.499&r2=1.500


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]