Use is_xcoff_format in gas testsuite
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / gas.exp
index c782955370ab225f2be4930884743689f39ee535..5496d0bf7a7e4094e37559c6ca99b6937859b6a8 100644 (file)
@@ -161,7 +161,9 @@ switch -glob $target_triplet {
        setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*" "rl78-*-*"
        setup_xfail "riscv*-*-*" "rx-*-*" "vax*-*-*" "xgate*-*-*" "z8k-*-*"
        # rs6000-aix disallows redefinition via .comm.
-       setup_xfail "*-*-aix*"
+       if [is_xcoff_format] {
+           setup_xfail *-*-*
+       }
        # These targets fail redef3 because section contents for the
        # word referencing the .comm sym is not zero and/or its reloc
        # has a non-zero addend.  Relaxing the test would hide real
This page took 0.032164 seconds and 4 git commands to generate.