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
Branch: 	binutils-2_10-branch
Changes by:	scottb@sourceware.cygnus.com	00/06/01 12:15:40

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.
	
	2000-06-01  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&only_with_tag=binutils-2_10-branch&r1=1.303.2.24&r2=1.303.2.25
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&only_with_tag=binutils-2_10-branch&r1=1.39.2.1&r2=1.39.2.2


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