* ld-elf/elf.exp: Don't run --gc-sections tls var test on v850.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfcomm / elfcomm.exp
index 5ece03fd8f4fe8c5d1e2e5e7940db4d4ab2d3721..e45c6b199bf0b8e78f09ca27759f996fcddf23ae 100644 (file)
@@ -29,6 +29,11 @@ if ![is_elf_format] {
     return
 }
 
+# hpux assembly is weird
+if [istarget "hppa*-*-hpux*"] {
+    return
+}
+
 proc test_sort_common {} {
     global exec_output
     global objdump
This page took 0.037576 seconds and 4 git commands to generate.