Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / ambiguousv1.d
CommitLineData
f6c7c3e8
AM
1#source: startv1.s
2#source: funref.s
3#as: -a64
d1eca1e4 4#ld: -melf64ppc --emit-stub-syms
f6c7c3e8 5#ld_after_inputfiles: tmpdir/funv1.so
d1eca1e4
AM
6#readelf: -rs --wide
7# Check that we do the right thing with funref.s that doesn't have
8# anything to mark it as ELFv1 or ELFv2. We should get a dynamic
9# reloc on the function address, and my_func should be undefined
10# dynamic with value zero.
f6c7c3e8
AM
11
12Relocation section .* contains 1 entries:
13.*
14.* R_PPC64_ADDR64 +0+ my_func \+ 0
d1eca1e4
AM
15
16Symbol table '\.dynsym' contains 5 entries:
17.*
18 0: .*
19 1: 0+00000000 0 FUNC GLOBAL DEFAULT UND my_func
23283c1b 20#...
d1eca1e4 21Symbol table '\.symtab' contains 19 entries:
23283c1b 22#...
d1eca1e4 23 14: 0+00000000 0 FUNC GLOBAL DEFAULT UND my_func
23283c1b 24#pass
This page took 0.150195 seconds and 4 git commands to generate.