mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 21:44:19 +08:00
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:
parent
02202574ec
commit
8d6502d2b0
@ -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.
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user