]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
S/390: ifunc: Enable the ifunc tests.
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 12 Oct 2015 15:34:11 +0000 (17:34 +0200)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Thu, 22 Oct 2015 08:01:30 +0000 (10:01 +0200)
ld/testsuite/ChangeLog:

* ld-ifunc/ifunc.exp: Run ifunc tests on s390* targets.

ld/testsuite/ChangeLog
ld/testsuite/ld-ifunc/ifunc.exp

index 4dfbcdac4195391c251b70426e788e88e168ac6f..46587a7caba5260849100bf7a44e63a95423d296 100644 (file)
@@ -1,3 +1,7 @@
+2015-10-22  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * ld-ifunc/ifunc.exp: Run ifunc tests on s390* targets.
+
 2015-10-19  Simon Dardis  <Simon.Dardis@imgtec.com>
 
        * ld-elf/attributes.d: New test for symbol attribute copying.
index d3bebdd4072e3bbbf1cd827fbd95154e97ad0feb..ba092c16d66157e74ee117c14e9421927f5e1043 100644 (file)
 
 
 # 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*"]