From 8d6502d2b0b390e38dc30142a6d7b3727febbc69 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 19 Apr 2021 17:36:43 +0100 Subject: [PATCH] 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. --- gas/ChangeLog | 5 +++++ gas/testsuite/gas/all/gas.exp | 2 ++ 2 files changed, 7 insertions(+) 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" } -- 2.30.2