Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / ambiguousv2b.d
CommitLineData
d1eca1e4
AM
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
13Relocation section .* contains 1 entries:
14.*
15.* R_PPC64_JMP_SLOT .* my_func \+ 0
16
17Symbol table '\.dynsym' contains 5 entries:
23283c1b 18#...
bab55c05
AM
19.*: 0*[1-9a-f][0-9a-f]* 0 FUNC GLOBAL DEFAULT UND my_func
20#...
21Symbol table '\.symtab' contains .* entries:
23283c1b 22#...
bab55c05 23.*: 0*[1-9a-f][0-9a-f]* 0 FUNC GLOBAL DEFAULT UND my_func
23283c1b 24#pass
This page took 0.152007 seconds and 4 git commands to generate.