Properly handle common symbol and weak function
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-15-x86-64.d
CommitLineData
7b5b197e
L
1#source: ifunc-15-x86-64.s
2#ld: -shared -m elf_x86_64 -z nocombreloc
3#as: --64
4#readelf: -r --wide
5#target: x86_64-*-*
6
7Relocation section '.rela.got' at offset 0x[0-9a-f]+ contains 1 entries:
8[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
9[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_GLOB_DAT[ ]+ifunc\(\)[ ]+ifunc \+ 0
10
11Relocation section '.rela.plt' at offset 0x[0-9a-f]+ contains 1 entries:
12[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
13[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_JUMP_SLOT[ ]+ifunc\(\)[ ]+ifunc \+ 0
This page took 0.059756 seconds and 4 git commands to generate.