summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/all/gas.exp
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-04-19 17:36:43 +0100
committerNick Clifton <nickc@redhat.com>2021-04-19 17:36:43 +0100
commit8d6502d2b0b390e38dc30142a6d7b3727febbc69 (patch)
tree57ce4e7d3db9bea5d9a91092f738ca685019ad11 /gas/testsuite/gas/all/gas.exp
parent02202574ec8d0d7e2a90c41342cc22cc2173da28 (diff)
downloadbinutils-gdb-8d6502d2b0b390e38dc30142a6d7b3727febbc69.tar.gz
Fix an assembler testuite failure when checking a toolchain configured with --target=rs6000-aix3.3.
* testsuite/gas/all/gas.exp: Add rs6000*-*-aix* to the list of targets which should skip the undefined symbols test.
Diffstat (limited to 'gas/testsuite/gas/all/gas.exp')
-rw-r--r--gas/testsuite/gas/all/gas.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index 6a8491f821f..e9648ffb221 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -64,8 +64,10 @@ if { ![istarget alpha*-*-*vms*]
&& ![istarget microblaze-*-*]
&& ![istarget mn10300-*-*]
&& ![istarget msp430*-*-*]
+ && ![istarget powerpc*-*-aix*]
&& ![istarget riscv*-*-*]
&& ![istarget rl78-*-*]
+ && ![istarget rs6000*-*-aix*]
&& ![istarget rx-*-*] } then {
gas_test_error "diff1.s" "" "difference of two undefined symbols"
}