This is the mail archive of the binutils-cvs@sourceware.cygnus.com 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]

src/gas ChangeLog config/tc-arm.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	scottb@sourceware.cygnus.com	00/06/01 12:07:55

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

Log message:
	The ARM assembler is not assembling the following instruction
	correctly.
	
	mrs	lr, spsr
	
	The string pointer is advanced to far before the check to set
	the SPSR bit.
	
	Thu Jun 01 2000  Scott Bambrough <scottb@netwinder.org>
	
	* config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.382&r2=1.383
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.43&r2=1.44


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