From: Nick Clifton Date: Mon, 19 Apr 2021 16:36:43 +0000 (+0100) Subject: Fix an assembler testuite failure when checking a toolchain configured with --target... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d6502d2b0b390e38dc30142a6d7b3727febbc69;p=binutils-gdb.git 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index a1bfcde9bd3..5111ace21d0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2021-04-19 Nick Clifton + + * 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 * NEWS: Update news. 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" }