This is the mail archive of the binutils@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]

gas testsuite tweaks


Fixes a couple of testsuite failures.

	* gas/v850/basic.exp (reloc part 1): Pass -mgcc-abi to gas.
	* gas/v850/split-lo16.d: Likewise.

Index: gas/testsuite/gas/v850/basic.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/v850/basic.exp,v
retrieving revision 1.8
diff -u -p -r1.8 basic.exp
--- gas/testsuite/gas/v850/basic.exp	2 Sep 2009 07:24:26 -0000	1.8
+++ gas/testsuite/gas/v850/basic.exp	14 Jan 2013 06:22:09 -0000
@@ -381,7 +381,7 @@ proc do_simple_reloc_tests {} {
     set testname "reloc.s: Test for proper relocations (part 2)"
     set x 0
 
-    if [gas_test_old "reloc.s" "" "Test for proper relocation (part 1)"] then {
+    if [gas_test_old "reloc.s" "-mgcc-abi" "Test for proper relocation (part 1)"] then {
 	objdump_start_no_subdir "a.out" "-r"
 
 	while 1 {
Index: gas/testsuite/gas/v850/split-lo16.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/v850/split-lo16.d,v
retrieving revision 1.3
diff -u -p -r1.3 split-lo16.d
--- gas/testsuite/gas/v850/split-lo16.d	23 Jul 2010 14:52:51 -0000	1.3
+++ gas/testsuite/gas/v850/split-lo16.d	14 Jan 2013 06:22:09 -0000
@@ -1,6 +1,6 @@
 #objdump: -dr
 #name: V850E split LO16 tests
-#as: -mv850e
+#as: -mv850e -mgcc-abi
 #...
 00000000 <.*>:
    0:	40 0e 00 00 	movhi	0, r0, r1

-- 
Alan Modra
Australia Development Lab, IBM


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