]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-powerpc/ambiguousv1b.d
Define various symbols conditionally in shared libraries
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-powerpc / ambiguousv1b.d
CommitLineData
d1eca1e4
AM
1#source: startv1.s
2#source: funref2.s
3#as: -a64
4#ld: -melf64ppc --emit-stub-syms
5#ld_after_inputfiles: tmpdir/funv1.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 copy reloc for the OPD
10# entry.
11
d3a49aa8 12Relocation section .* contains 1 entry:
d1eca1e4
AM
13.*
14.* R_PPC64_COPY .* my_func \+ 0
15
fd161d86 16Symbol table '\.dynsym' contains 2 entries:
23283c1b 17#...
bab55c05
AM
18.*: 0*[1-9a-f][0-9a-f]* 4 FUNC GLOBAL DEFAULT 1[23] my_func
19#...
20Symbol table '\.symtab' contains .* entries:
23283c1b 21#...
bab55c05 22.*: 0*[1-9a-f][0-9a-f]* 4 FUNC GLOBAL DEFAULT 1[23] my_func
23283c1b 23#pass