Fix powerpc vle test for sorting of program headers
[deliverable/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
12Relocation section .* contains 1 entries:
13.*
14.* R_PPC64_COPY .* my_func \+ 0
15
16Symbol table '\.dynsym' contains 5 entries:
17.*
18 0: .*
a27e685f 19 1: 0+10010408 4 FUNC GLOBAL DEFAULT 12 my_func
23283c1b 20#...
d1eca1e4 21Symbol table '\.symtab' contains 20 entries:
23283c1b 22#...
a27e685f 23 15: 0+10010408 4 FUNC GLOBAL DEFAULT 12 my_func
23283c1b 24#pass
This page took 0.122952 seconds and 4 git commands to generate.