Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-powerpc / ambiguousv1.d
blob17450f3dcd645f8e0b248a233f029aa01dedc62d
1 #source: startv1.s
2 #source: funref.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 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.
12 Relocation section .* contains 1 entry:
14 .* R_PPC64_ADDR64 +0+ my_func \+ 0
16 Symbol table '\.dynsym' contains 2 entries:
18 0: .*
19 1: 0+00000000 0 FUNC GLOBAL DEFAULT UND my_func
20 #...
21 Symbol table '\.symtab' contains .* entries:
22 #...
23 .*: 0+00000000 0 FUNC GLOBAL DEFAULT UND my_func
24 #pass