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 NEWS config/tc-arm.c testsui ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_10-branch
Changes by:	scottb@sourceware.cygnus.com	00/05/30 06:41:12

Modified files:
	gas            : ChangeLog NEWS 
	gas/config     : tc-arm.c 
	gas/testsuite/gas/arm: arch4t.s 

Log message:
	2000-05-26  Scott Bambrough <scottb@netwinder.org>
	
	Port of patch to mainline by Nick Clifton <nickc@cygnus.com>:
	* config/tc-arm.c (struct asm_psr): Add boolean field
	distinguishing between CSPR and SPSR.  Rename 'number' field
	to 'field'.
	(psrs): Rearrange contents to match new asm_psr structure.
	(arm_psr_parse): Move next to psr_required_here.  Make it
	return an asm_psr structure.
	(psr_required_here): Use asm_psr structure returned by
	arm_psr_parse.
	(do_msr): Reorganise to allow psr_required_here to be called
	only once.
	(md_undefined_name): Mark 'name' parameter as unused, since
	the COFF target does not use it.
	
	Port of patch to mainline by Nick Clifton <nickc@cygnus.com>:
	* testsuite/gas/arm/arch4t.s: Add tests of new fields
	to msr instruction.
	
	* NEWS: Mention change in behaviour when assembling msr
	instruction.

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.22&r2=1.303.2.23
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gas/NEWS.diff?cvsroot=src&only_with_tag=binutils-2_10-branch&r1=1.8.2.1&r2=1.8.2.2
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&r2=1.39.2.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arch4t.s.diff?cvsroot=src&only_with_tag=binutils-2_10-branch&r1=1.1.1.1&r2=1.1.1.1.2.1


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