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]

[PATCH]: Fix test for m6811/m6812 in mri.exp


Hi!

The M68K mri tests are run for m6812-elf.  The test in mri.exp
was just not correctly written.

I've commited the patch below under the obvious fix rule in
both trunk and 2.11 branch.

	Stephane


2001-03-18  Stephane Carrez  <Stephane.Carrez@worldnet.fr>

	* gas/mri/mri.exp: Fix test of m6811/m6812 targets.
Index: gas/mri/mri.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mri/mri.exp,v
retrieving revision 1.1.1.1.4.1
diff -u -p -r1.1.1.1.4.1 mri.exp
--- mri.exp	2001/02/08 18:53:09	1.1.1.1.4.1
+++ mri.exp	2001/03/18 10:15:10
@@ -21,7 +21,7 @@ run_dump_test comment
 gas_test "empty.s" "-M" "" "MRI empty macro"
 run_dump_test semi
 
-if [istarget "m6811-*-*" || istarget "m6812-*-*"] {
+if {[istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
     return
 }
 

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