Define various symbols conditionally in shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / ambiguousv2b.d
1 #source: startv2.s
2 #source: funref2.s
3 #as: -a64
4 #ld: -melf64ppc --emit-stub-syms
5 #ld_after_inputfiles: tmpdir/funv2.so
6 #readelf: -rs --wide
7 # Check that we do the right thing with funref2.s that doesn't have
8 # anything to mark it as ELFv1 or ELFv2. Since my_func address is
9 # taken in a read-only section we should get a plt entry, a global
10 # entry stub, and my_func should be undefined dynamic with non-zero
11 # value.
12
13 Relocation section .* contains 1 entry:
14 .*
15 .* R_PPC64_JMP_SLOT .* my_func \+ 0
16
17 Symbol table '\.dynsym' contains 2 entries:
18 #...
19 .*: 0*[1-9a-f][0-9a-f]* 0 FUNC GLOBAL DEFAULT UND my_func
20 #...
21 Symbol table '\.symtab' contains .* entries:
22 #...
23 .*: 0*[1-9a-f][0-9a-f]* 0 FUNC GLOBAL DEFAULT UND my_func
24 #pass
This page took 0.031863 seconds and 5 git commands to generate.