public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [committed] Skip gas relax test on hppa*-*-hpux*
@ 2007-12-29  2:00 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2007-12-29  2:00 UTC (permalink / raw)
  To: binutils

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
 }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-29  2:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-29  2:00 [committed] Skip gas relax test on hppa*-*-hpux* John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).