* breakpoint.c: Include record.h.
[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
4#ld: -m crislinux
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#...
f9272224 13 +\[[0-9]+\] .got +PROGBITS +0+82314 000314 000010 04 +WA +0 +0 +4
63f2573f 14#...
f9272224 15 +\[[0-9]+\] .bss +NOBITS +0+82324 .*
63f2573f
HPN
16#...
17Relocation section '.rela.dyn' at offset 0x... contains 1 entries:
f9272224
AM
18 Offset +Info +Type +Sym.Value +Sym. Name \+ Addend
1900082324 +00000109 R_CRIS_COPY +00082324 +__expobj2 \+ 0
63f2573f
HPN
20
21Relocation section '.rela.plt' at offset 0x... contains 1 entries:
f9272224
AM
22 Offset +Info +Type +Sym.Value +Sym. Name \+ Addend
2300082320 +0000030b R_CRIS_JUMP_SLOT +00080238 +expfn2 \+ 0
63f2573f
HPN
24
25There are no unwind sections in this file.
26
27Symbol table '.dynsym' contains . entries:
28#...
f9272224 29 +.: 00082324 +4 +OBJECT +GLOBAL +DEFAULT +13 __expobj2@TST3 \(2\)
63f2573f 30#...
f9272224 31 +.: 00080238 +0 +FUNC +GLOBAL +DEFAULT +UND expfn2@TST3 \(2\)
63f2573f
HPN
32#...
33Symbol table '.symtab' contains .. entries:
34#...
35Hex dump of section '\.text':
36 0x0008024c 41b20000 6fae2423 08006fae 38020800 .*
This page took 0.212372 seconds and 4 git commands to generate.