This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

Re: [PATCH] Typo in tc-arm.c


On Tuesday 09 December 2003 12:42 pm, Mark Mitchell wrote:
> (b) since we clearly fail to have sufficiently many test cases for
> umaal, would you please add one?

Added as follows. I've not added all the possible insns, but it should cover 
every parsing routine that can generate PC_BAD.

Paul

2003-12-10  Paul Brook  <paul@codesourcery.com>

	* gas/arm/arm.exp: Add r15-bad.
	* gas/arm/r15-bad.s: New file.
	* gas/arm/r15-bad.l: New file.

Attachment: r15-bad.l
Description: Text document

Attachment: r15-bad.s
Description: Troff document

Index: gas/testsuite/gas/arm/arm.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/arm/arm.exp,v
retrieving revision 1.24
diff -u -p -r1.24 arm.exp
--- gas/testsuite/gas/arm/arm.exp	6 Dec 2003 01:25:29 -0000	1.24
+++ gas/testsuite/gas/arm/arm.exp	10 Dec 2003 12:37:32 -0000
@@ -71,4 +71,6 @@ if {[istarget *arm*-*-*] || [istarget "x
     run_dump_test "thumbv6"
+
+    run_errors_test "r15-bad" "" "Invalid use of r15 errors"
 
     if {[istarget *-*-elf*] || [istarget *-*-linux*]} then {
 	run_dump_test "pic"

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