Handle local IFUNC symbols in shared object
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-15-i386.d
CommitLineData
7b5b197e
L
1#source: ifunc-15-i386.s
2#ld: -shared -m elf_i386 -z nocombreloc
3#as: --32
4#readelf: -r --wide
5#target: x86_64-*-* i?86-*-*
6
7Relocation section '.rel.got' at offset 0x[0-9a-f]+ contains 1 entries:
8[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
9[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_GLOB_DAT[ ]+ifunc\(\)[ ]+ifunc
10
11Relocation section '.rel.plt' at offset 0x[0-9a-f]+ contains 1 entries:
12[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
13[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_JUMP_SLOT[ ]+ifunc\(\)[ ]+ifunc
This page took 0.204285 seconds and 4 git commands to generate.