From e44c481aff721595eb9d28a7751d02300155148d Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Mon, 12 Oct 2015 17:34:11 +0200 Subject: S/390: ifunc: Enable the ifunc tests. ld/testsuite/ChangeLog: * ld-ifunc/ifunc.exp: Run ifunc tests on s390* targets. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-ifunc/ifunc.exp | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'ld') diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 4dfbcda..46587a7 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-10-22 Andreas Krebbel + + * ld-ifunc/ifunc.exp: Run ifunc tests on s390* targets. + 2015-10-19 Simon Dardis * ld-elf/attributes.d: New test for symbol attribute copying. diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp index d3bebdd..ba092c1 100644 --- a/ld/testsuite/ld-ifunc/ifunc.exp +++ b/ld/testsuite/ld-ifunc/ifunc.exp @@ -24,12 +24,13 @@ # IFUNC support has only been implemented for the ix86, x86_64, powerpc, -# aarch64 and sparc so far. +# aarch64, sparc, and S/390 so far. if {!(([istarget "i?86-*-*"] || [istarget "x86_64-*-*"] || [istarget "powerpc*-*-*"] || [istarget "aarch64*-*-*"] - || [istarget "sparc*-*-*"]) + || [istarget "sparc*-*-*"] + || [istarget "s390*-*-*"]) && ([istarget "*-*-elf*"] || [istarget "*-*-nacl*"] || (([istarget "*-*-linux*"] -- cgit v1.1