Handle STT_GNU_IFUNC symols when building shared library.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-13-i386.d
CommitLineData
3db2e7dd
L
1#source: ifunc-13a-i386.s
2#source: ifunc-13b-i386.s
3#ld: -shared -m elf_i386 -z nocombreloc
4#as: --32
5#readelf: -r --wide
6#target: x86_64-*-* i?86-*-*
7
8Relocation section '.rel.got' at .*
9[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
10#...
11[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_GLOB_DAT[ ]+ifunc\(\)[ ]+ifunc
12#...
13Relocation section '.rel.ifunc' at .*
14[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
15[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_32[ ]+ifunc\(\)[ ]+ifunc
16#...
17Relocation section '.rel.plt' at .*
18[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
19[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_JUMP_SLOT[ ]+ifunc\(\)[ ]+ifunc
This page took 0.023099 seconds and 4 git commands to generate.