Fix an assembler testuite failure when checking a toolchain configured with --target...
authorNick Clifton <nickc@redhat.com>
Mon, 19 Apr 2021 16:36:43 +0000 (17:36 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 19 Apr 2021 16:36:43 +0000 (17:36 +0100)
* testsuite/gas/all/gas.exp: Add rs6000*-*-aix* to the list of
targets which should skip the undefined symbols test.

gas/ChangeLog
gas/testsuite/gas/all/gas.exp

index a1bfcde9bd34f4190e45f0a06e729d6edade860c..5111ace21d0d604ae76d0bb117bad0815c1a7fc3 100644 (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.
index 6a8491f821f265faa8c27befd2ce0deadd4422a2..e9648ffb221764cf41e5f17788c056f03e16b632 100644 (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"
 }