[x86] Resolve non-PIC undefweak symbols in executable
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19636-2b.d
1 #source: pr19636-2.s
2 #as: --64 -mrelax-relocations=no
3 #ld: -pie -E -m elf_x86_64 --no-dynamic-linker
4 #readelf : -r --wide -x .got -x .got.plt --dyn-syms
5
6 There are no relocations in this file.
7
8 Symbol table '\.dynsym' contains [0-9]+ entries:
9 +Num: +Value +Size Type +Bind +Vis +Ndx Name
10 +0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND +
11 #...
12 +[0-9]+: +[a-f0-9]+ +0 +NOTYPE +GLOBAL +DEFAULT +[0-9]+ +_start
13 #...
14
15 Hex dump of section '.got':
16 0x[0-9a-f]+ [0 ]+\.+
17
18 Hex dump of section '.got.plt':
19 0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .+
20 0x[0-9a-f]+ [0 ]+\.+
This page took 0.031112 seconds and 4 git commands to generate.