aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/align.exp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-07-12 19:22:30 +0930
committerAlan Modra <amodra@gmail.com>2017-07-12 19:31:26 +0930
commit2fe40b6792e98dfe27e4521b2b33fe0f335ea1f0 (patch)
tree11724c231cab423610ca62c5e38bce99f820690c /ld/testsuite/ld-scripts/align.exp
parentd42c267e9b129279994dc623c0bdd698a2b67286 (diff)
downloadgdb-2fe40b6792e98dfe27e4521b2b33fe0f335ea1f0.zip
gdb-2fe40b6792e98dfe27e4521b2b33fe0f335ea1f0.tar.gz
gdb-2fe40b6792e98dfe27e4521b2b33fe0f335ea1f0.tar.bz2
rs6000 testsuite update
* testsuite/ld-scripts/align.exp: Exclude powerpc*-*-aix*. * testsuite/ld-scripts/assign-loc.d: Likewise. * testsuite/ld-scripts/defined3.d: Likewise. * testsuite/ld-scripts/defined4.d: Likewise. * testsuite/ld-scripts/defined5.d: Likewise. * testsuite/ld-scripts/expr2.d: Likewise. * testsuite/ld-scripts/provide.exp: Likewise. * testsuite/ld-scripts/sane1.d: Likewise. * testsuite/ld-scripts/size.exp: Likewise. * testsuite/ld-scripts/defined2.d: Don't xfail rs6000-*-aix*.
Diffstat (limited to 'ld/testsuite/ld-scripts/align.exp')
-rw-r--r--ld/testsuite/ld-scripts/align.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/align.exp b/ld/testsuite/ld-scripts/align.exp
index 297aa13..a41db72 100644
--- a/ld/testsuite/ld-scripts/align.exp
+++ b/ld/testsuite/ld-scripts/align.exp
@@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
# MA 02110-1301, USA.
-if [istarget "rs6000-*-aix*"] {
+if {[istarget "powerpc*-*-aix*"] || [istarget "rs6000-*-aix*"]} {
# Target maps .text and .data to other sections.
return
}