MIPS/BFD: Fix the size of `.reginfo' and `.MIPS.abiflags' sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / libdso-15b.d
CommitLineData
d6e0b160
HPN
1#source: expdref2.s
2#as: --pic --no-underscore --em=criself
c7dffc39 3#ld: --shared -m crislinux --hash-style=sysv
d6e0b160
HPN
4#ld_after_inputfiles: tmpdir/libdso-15.so
5#objdump: -s -T
6
7# A DSO that refers to two symbols in another DSO with
8# GOT/PLT-generating relocs, using weak aliases where the strong
9# definition is also in the other DSO.
10# There was a bug causing GOT markups to be during symbol handling,
11# with a newly added assertion failure and a reloc turned R_CRIS_NONE.
63f2573f
HPN
12# The dynamic __expobj2 entry is unused and seems spurious, or there
13# should at least be a similar __expfn2 reference
d6e0b160
HPN
14
15.*: file format elf32-cris
16
17DYNAMIC SYMBOL TABLE:
18#...
63f2573f 190+[ ]+DO \*UND\*[ ]+0+ TST3[ ]+__expobj2
d6e0b160
HPN
20#...
210+[ ]+DO \*UND\*[ ]+0+ TST3[ ]+expobj2
220+[ ]+DF \*UND\*[ ]+0+ TST3[ ]+expfn2
23#...
24Contents of section .rela.dyn:
25 01d4 fc220000 0a040000 00000000 00230000 .*
26 01e4 0a050000 00000000 .*
27Contents of section .plt:
28 01ec fce17e7e 0401307a 08013009 00000000 .*
29 01fc 00000000 6f0d0c00 00003009 3f7e0000 .*
30 020c 00002ffe ecffffff 6f0d1000 00003009 .*
31 021c 3f7e0000 00002ffe ecffffff .*
32Contents of section .text:
33 0228 6fae0c00 00006fae ccffffff 6fae1000 .*
34 0238 00006fae d4ffffff .*
35#...
36Contents of section .got:
37 22f0 40220000 00000000 00000000 00000000 .*
38 2300 00000000 .*
This page took 0.391266 seconds and 4 git commands to generate.