* binutils-all/ar.exp: Don't run unique_symbol on msp or hpux.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / objcopy.exp
index 6bfd164b65e4751f382cbc243f310d100123df9b..c93372c2f4888f76825e7f5493d1b720d746675b 100644 (file)
@@ -79,7 +79,7 @@ proc objcopy_test {testname srcfile} {
        # files in the first place, and may order things a little
        # differently. Those systems should use setup_xfail here.
 
-       setup_xfail "h8300-*-rtems*" "h8300-*-coff"
+       setup_xfail "h8300-*-coff"
        setup_xfail "h8500-*-rtems*" "h8500-*-coff"
        setup_xfail "hppa*-*-*"
        setup_xfail "i960-*"
@@ -890,7 +890,10 @@ if [is_elf_format] {
     run_dump_test "strip-7"
     run_dump_test "strip-8"
     run_dump_test "strip-9"
-    run_dump_test "strip-10"
+    if { ![istarget "*-*-hpux*"]
+        && ![istarget "msp*-*-*"] } {
+       run_dump_test "strip-10"
+    }
 
     if { [istarget "i*86-*"] || [istarget "x86_64-*-*"] } {
        # Check to make sure we don't strip a symbol named in relocations.
This page took 0.024603 seconds and 4 git commands to generate.