Enable -Bsymbolic and -Bsymbolic-functions to PIE
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19615.d
1 #as: --64
2 #ld: -pie -Bsymbolic -E -melf_x86_64
3 #readelf: -r --wide --dyn-syms
4
5 Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 1 entries:
6 Offset Info Type Symbol's Value Symbol's Name \+ Addend
7 [0-9a-f]+ +[0-9a-f]+ +R_X86_64_RELATIVE +[0-9]+
8
9 Symbol table '.dynsym' contains [0-9]+ entries:
10 Num: Value Size Type Bind Vis Ndx Name
11 #...
12 [ ]*[a-f0-9]+: [a-f0-9]+ 0 FUNC GLOBAL DEFAULT [a-f0-9]+ xyzzy
13 #...
This page took 0.030163 seconds and 4 git commands to generate.