* testsuite/gas/all/gas.exp: Use is_xcoff_format.
* testsuite/gas/ppc/ppc.exp: Likewise.
* testsuite/gas/all/weakref1l.d: Likewise.
+2020-07-07 Alan Modra <amodra@gmail.com>
+
+ * testsuite/gas/all/gas.exp: Use is_xcoff_format.
+ * testsuite/gas/ppc/ppc.exp: Likewise.
+ * testsuite/gas/all/weakref1l.d: Likewise.
+
2020-07-07 Nick Clifton <nickc@redhat.com>
* testsuite/gas/arm/cde-missing-fp.l: Fix spelling mistake in
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
#source: weakref1.s
# aix drops local symbols
# see weakref1.d for comments on the other notargets
-#notarget: *-*-aix* alpha*-*-osf* *-*-ecoff pdp11-*-aout
+#notarget: [is_xcoff_format] alpha*-*-osf* *-*-ecoff pdp11-*-aout
# the rest of this file is generated with the following script:
# # script begin
run_list_test "range" "-a32"
run_dump_test "cell"
-if { [istarget "*-*-aix*"]
- || [istarget "*-*-macos*"]
- || [istarget "*-*-beos*"] } then {
+if { [is_xcoff_format] } then {
run_dump_test "test1xcoff32"
run_dump_test "test2xcoff32"
run_dump_test "altivec_xcoff"