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.
This commit is contained in:
Nick Clifton 2021-04-19 17:36:43 +01:00
parent 02202574ec
commit 8d6502d2b0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2021-04-19 Nick Clifton <nickc@redhat.com>
* testsuite/gas/all/gas.exp: Add rs6000*-*-aix* to the list of
targets which should skip the undefined symbols test.
2021-04-19 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
* NEWS: Update news.

View File

@ -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"
}