Adjust x86 IFUNC PLT.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-13-x86-64.d
CommitLineData
3db2e7dd
L
1#source: ifunc-13a-x86-64.s
2#source: ifunc-13b-x86-64.s
3#ld: -shared -m elf_x86_64 -z nocombreloc
4#as: --64
5#readelf: -r --wide
6#target: x86_64-*-*
7
8Relocation section '.rela.got' at .*
9[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
10[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_GLOB_DAT[ ]+ifunc\(\)[ ]+ifunc \+ 0
11#...
12Relocation section '.rela.ifunc' at .*
13[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
14[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_64[ ]+ifunc\(\)[ ]+ifunc \+ 0
15#...
16Relocation section '.rela.plt' at .*
17[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
18[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_JUMP_SLOT[ ]+ifunc\(\)[ ]+ifunc \+ 0
This page took 0.044502 seconds and 4 git commands to generate.