Skip cfi-common-6 on hppa64*-*.

John David Anglin dave@hiauly1.hia.nrc.ca
Fri Dec 31 20:07:00 GMT 2010


cfi-common-6 fails for same reason as the other cfi-common tests.
Tested on hppa-unknown-linux-gnu.  Committed to trunk.

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

2010-12-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* gas/cfi/cfi.exp: Skip cfi-common-6 on hppa64*-*.

Index: gas/cfi/cfi.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/cfi/cfi.exp,v
retrieving revision 1.25
diff -u -3 -p -r1.25 cfi.exp
--- gas/cfi/cfi.exp	22 Oct 2010 08:13:59 -0000	1.25
+++ gas/cfi/cfi.exp	31 Dec 2010 18:26:46 -0000
@@ -100,10 +100,9 @@ if { ![istarget "hppa64*-*"] } then {
     # This test uses .subsection/.previous which are elf-specific.
     run_dump_test "cfi-common-5"
   }
-  run_dump_test "cfi-common-7"
-}
-
-# MIPS doesn't support PC relative cfi directives.
-if { ![istarget "mips*-*"] } then {
+  # MIPS doesn't support PC relative cfi directives.
+  if { ![istarget "mips*-*"] } then {
     run_dump_test "cfi-common-6"
+  }
+  run_dump_test "cfi-common-7"
 }



More information about the Binutils mailing list