Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / libdso-15b.d
1 #source: expdref2.s
2 #as: --pic --no-underscore --em=criself
3 #ld: --shared -m crislinux --hash-style=sysv
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.
12 # The dynamic __expobj2 entry is unused and seems spurious, or there
13 # should at least be a similar __expfn2 reference
14
15 .*: file format elf32-cris
16
17 DYNAMIC SYMBOL TABLE:
18 #...
19 0+[ ]+DO \*UND\*[ ]+0+ TST3[ ]+__expobj2
20 #...
21 0+[ ]+DO \*UND\*[ ]+0+ TST3[ ]+expobj2
22 0+[ ]+DF \*UND\*[ ]+0+ TST3[ ]+expfn2
23 #...
24 Contents of section .rela.dyn:
25 017c a4220000 0a040000 00000000 a8220000 .*
26 018c 0a050000 00000000 .*
27 Contents of section .plt:
28 0194 fce17e7e 0401307a 08013009 00000000 .*
29 01a4 00000000 6f0d0c00 00003009 3f7e0000 .*
30 01b4 00002ffe ecffffff 6f0d1000 00003009 .*
31 01c4 3f7e0000 00002ffe ecffffff .*
32 Contents of section .text:
33 01d0 6fae0c00 00006fae ccffffff 6fae1000 .*
34 01e0 00006fae d4ffffff .*
35 #...
36 Contents of section .got:
37 2298 e8210000 00000000 00000000 00000000 .*
38 22a8 00000000 .*
This page took 0.032694 seconds and 4 git commands to generate.