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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2005-11-10 09:41:14

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-arm.c 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/arm: archv6t2-bad.l archv6t2-bad.s r15-bad.l 

Log message:
	* config/tc-arm.c (BAD_ADDR_MODE): Define.
	(arm_reg_parse_multi): Return NULL rather than FAIL.
	(arm_reg_parse): Fix comment, the function returns FAIL rather than NULL if
	it is unable to parse the register name.
	(do_ldrex): Use BAD_ADDR_MODE.
	Change error message for PC-relative addressing.
	(do_strex): Likewise.
	(do_t_ldrex): Use BAD_ADDR_MODE.
	(do_t_strex): Likewise.
	* gas/arm/archv6t2-bad.s: Add tests of badly composed ldrex and	strex
	instructions.
	* gas/arm/archv6t2-bad.l: Add expected error messages.
	* gas/arm/r15-bad.l: Adjust error messages for r15 usage in ldrex and strex
	instructions.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.2735&r2=1.2736
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.232&r2=1.233
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.947&r2=1.948
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/archv6t2-bad.l.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/archv6t2-bad.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/r15-bad.l.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]