testsuite/ld-cris various files: Run ld with --hash-style=sysv.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / weakref3.d
CommitLineData
63f2573f
HPN
1#source: start1.s
2#source: expdref3.s
3#as: --no-underscore --em=criself
c7dffc39 4#ld: -m crislinux --hash-style=sysv
63f2573f
HPN
5#ld_after_inputfiles: tmpdir/libdso-15.so
6#readelf: -a -x 10
7
8# Like libdso-15b.d, but referencing the weak symbol and function from
9# a program. At some time we broke emitting a copy reloc for the
10# object, instead yielding NULL.
11
12#...
d2667025 13 +\[[0-9]+\] .got +PROGBITS +[0-9a-f]* [0-9a-f]* 000010 .*
63f2573f 14#...
d2667025 15 +\[[0-9]+\] .bss +NOBITS +[0-9a-f]* [0-9a-f]* 000010 .*
63f2573f
HPN
16#...
17Relocation section '.rela.dyn' at offset 0x... contains 1 entries:
f9272224 18 Offset +Info +Type +Sym.Value +Sym. Name \+ Addend
bb4d2ac2 19.* R_CRIS_COPY .* __expobj2@TST3 \+ 0
63f2573f
HPN
20
21Relocation section '.rela.plt' at offset 0x... contains 1 entries:
f9272224 22 Offset +Info +Type +Sym.Value +Sym. Name \+ Addend
bb4d2ac2 23.* R_CRIS_JUMP_SLOT .* expfn2@TST3 \+ 0
63f2573f 24
65fc367b 25The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
63f2573f
HPN
26
27Symbol table '.dynsym' contains . entries:
28#...
d2667025 29 +.: [0-9a-f]* +4 +OBJECT +GLOBAL +DEFAULT +13 __expobj2@TST3 \(2\)
63f2573f 30#...
d2667025 31 +.: [0-9a-f]* +0 +FUNC +GLOBAL +DEFAULT +UND expfn2@TST3 \(2\)
63f2573f
HPN
32#...
33Symbol table '.symtab' contains .. entries:
34#...
35Hex dump of section '\.text':
d2667025 36 0x000801f8 41b20000 6faed022 08006fae e4010800 .*
This page took 0.374487 seconds and 4 git commands to generate.