diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-03-27 06:59:41 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-03-27 07:01:54 -0700 |
commit | cacb9d871376da293c655efce8cf3a4f2feefbaa (patch) | |
tree | 265c8bb3020fc19a0dfa219017b0a7cea1dec11f /ld/testsuite/ld-ifunc | |
parent | 8f2dae6a6a031c4a10986f96eb72f9a4c212ceb5 (diff) | |
download | binutils-cacb9d871376da293c655efce8cf3a4f2feefbaa.zip binutils-cacb9d871376da293c655efce8cf3a4f2feefbaa.tar.gz binutils-cacb9d871376da293c655efce8cf3a4f2feefbaa.tar.bz2 |
ld: Skip some x86 IFUNC tests for Solaris
Since Solaris ld.so.1 doesn't support ifunc and never will, skip some
x86 IFUNC tests for Solaris.
PR 25732
* testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
* testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
* testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-ifunc')
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc-23a-x86.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc-24a-x86.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc-25a-x86.d | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc-23a-x86.d b/ld/testsuite/ld-ifunc/ifunc-23a-x86.d index a989140..7359d04 100644 --- a/ld/testsuite/ld-ifunc/ifunc-23a-x86.d +++ b/ld/testsuite/ld-ifunc/ifunc-23a-x86.d @@ -2,6 +2,7 @@ #ld: #readelf: -r --wide #target: x86_64-*-* i?86-*-* +#notarget: *-*-solaris* Relocation section '.rel(a|).plt' at offset 0x[0-9a-f]+ contains 1 entry: +Offset +Info +Type +Sym.* Value +Symbol's Name.* diff --git a/ld/testsuite/ld-ifunc/ifunc-24a-x86.d b/ld/testsuite/ld-ifunc/ifunc-24a-x86.d index 91e87ee..7b63a5c 100644 --- a/ld/testsuite/ld-ifunc/ifunc-24a-x86.d +++ b/ld/testsuite/ld-ifunc/ifunc-24a-x86.d @@ -2,6 +2,7 @@ #ld: #readelf: -r --wide #target: x86_64-*-* i?86-*-* +#notarget: *-*-solaris* Relocation section '.rel(a|).plt' at offset 0x[0-9a-f]+ contains 1 entry: +Offset +Info +Type +Sym.* Value +Symbol's Name.* diff --git a/ld/testsuite/ld-ifunc/ifunc-25a-x86.d b/ld/testsuite/ld-ifunc/ifunc-25a-x86.d index 5f49fd8..e07c819 100644 --- a/ld/testsuite/ld-ifunc/ifunc-25a-x86.d +++ b/ld/testsuite/ld-ifunc/ifunc-25a-x86.d @@ -2,6 +2,7 @@ #ld: #readelf: -r --wide #target: x86_64-*-* i?86-*-* +#notarget: *-*-solaris* Relocation section '.rel(a|).plt' at offset 0x[0-9a-f]+ contains 1 entry: +Offset +Info +Type +Sym.* Value +Symbol's Name.* |