diff options
author | Nick Clifton <nickc@redhat.com> | 2021-04-19 17:36:43 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-04-19 17:36:43 +0100 |
commit | 8d6502d2b0b390e38dc30142a6d7b3727febbc69 (patch) | |
tree | 57ce4e7d3db9bea5d9a91092f738ca685019ad11 /gas | |
parent | 02202574ec8d0d7e2a90c41342cc22cc2173da28 (diff) | |
download | gdb-8d6502d2b0b390e38dc30142a6d7b3727febbc69.zip gdb-8d6502d2b0b390e38dc30142a6d7b3727febbc69.tar.gz gdb-8d6502d2b0b390e38dc30142a6d7b3727febbc69.tar.bz2 |
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')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/all/gas.exp | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a1bfcde..5111ace 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 6a8491f..e9648ff 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" } |