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 config/tc-arm.c ChangeLog testsuite/Ch ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2009-06-18 16:36:05

Modified files:
	gas/config     : tc-arm.c 
	gas            : ChangeLog 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/arm: thumb2_bad_reg.l thumb2_bad_reg.s 

Log message:
	PR 10169
	* gas/tc-arm.c (do_t_ssat): Move common code from here...
	(do_t_usat): ... and here to...
	(do_t_ssat_usat): New function: ... here.  Add code to check that
	the shift value, if present, is in range.
	
	* gas/arm/thumb2_bad_reg.s: Add tests for SSAT and USAT with an
	out of range shift.
	* gas/arm/thumb2_bad_reg.l: Update expected error messages.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.386&r2=1.387
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3829&r2=1.3830
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1493&r2=1.1494
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb2_bad_reg.l.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb2_bad_reg.s.diff?cvsroot=src&r1=1.2&r2=1.3


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