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]

[committed] Skip gas relax test on hppa*-*-hpux*


The relax test fails on hppa*-*-hpux* because the .space directive
is different.  The enclosed change skips the test on this target.

Tested on hppa2.0w-hpux11.00.  Committed to trunk.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2007-12-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* gas/all/gas.exp: Skip relax test on hppa*-*-hpux*.

Index: gas/all/gas.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/all/gas.exp,v
retrieving revision 1.50
diff -u -3 -p -r1.50 gas.exp
--- gas/all/gas.exp	30 Oct 2007 15:18:29 -0000	1.50
+++ gas/all/gas.exp	29 Dec 2007 01:50:21 -0000
@@ -274,7 +274,8 @@ run_dump_test assign
 run_dump_test sleb128
 
 # .byte is 32 bits on tic4x, and .p2align isn't supported on tic54x
-if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] } {
+# .space is different on hppa*-hpux.
+if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] && ![istarget "hppa*-*-hpux*"] } {
     run_dump_test relax
 }
 


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