mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
S/390: ifunc: Enable the ifunc tests.
ld/testsuite/ChangeLog: * ld-ifunc/ifunc.exp: Run ifunc tests on s390* targets.
This commit is contained in:
@ -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>
|
2015-10-19 Simon Dardis <Simon.Dardis@imgtec.com>
|
||||||
|
|
||||||
* ld-elf/attributes.d: New test for symbol attribute copying.
|
* ld-elf/attributes.d: New test for symbol attribute copying.
|
||||||
|
@ -24,12 +24,13 @@
|
|||||||
|
|
||||||
|
|
||||||
# IFUNC support has only been implemented for the ix86, x86_64, powerpc,
|
# 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-*-*"]
|
if {!(([istarget "i?86-*-*"]
|
||||||
|| [istarget "x86_64-*-*"]
|
|| [istarget "x86_64-*-*"]
|
||||||
|| [istarget "powerpc*-*-*"]
|
|| [istarget "powerpc*-*-*"]
|
||||||
|| [istarget "aarch64*-*-*"]
|
|| [istarget "aarch64*-*-*"]
|
||||||
|| [istarget "sparc*-*-*"])
|
|| [istarget "sparc*-*-*"]
|
||||||
|
|| [istarget "s390*-*-*"])
|
||||||
&& ([istarget "*-*-elf*"]
|
&& ([istarget "*-*-elf*"]
|
||||||
|| [istarget "*-*-nacl*"]
|
|| [istarget "*-*-nacl*"]
|
||||||
|| (([istarget "*-*-linux*"]
|
|| (([istarget "*-*-linux*"]
|
||||||
|
Reference in New Issue
Block a user