Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / libdso-1c.d
CommitLineData
d6e0b160
HPN
1#source: expdref1.s
2#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
c7dffc39 3#ld: --shared -m crislinux --hash-style=sysv
d6e0b160
HPN
4#ld_after_inputfiles: tmpdir/libdso-1b.so
5#objdump: -s -T
6
7# A DSO linked to another DSO that has two versioned symbols, to which
8# this DSO refers with two relocs each, a GOT and a PLT reference.
9# There was a bug such that GOT markups were lost, resulting in wrong
10# offsets into the GOT, with a tell-tale sign being one or more
11# R_CRIS_NONE relocs. There should be two GOT relocs here, one each
12# for the symbols.
13
14.*: file format elf32-cris
15
16DYNAMIC SYMBOL TABLE:
17#...
180+[ ]+DF \*UND\* 0+[ ]+TST2[ ]+expobj
190+[ ]+DF \*UND\* 0+[ ]+TST2[ ]+expfn
20#...
21Contents of section .rela.dyn:
fd161d86
AM
22 0140 68220000 0a020000 00000000 6c220000 .*
23 0150 0a030000 00000000 .*
d6e0b160 24Contents of section .plt:
fd161d86
AM
25 0158 fce17e7e 0401307a 08013009 00000000 .*
26 0168 00000000 6f0d0c00 00003009 3f7e0000 .*
27 0178 00002ffe ecffffff 6f0d1000 00003009 .*
28 0188 3f7e0000 00002ffe ecffffff .*
d6e0b160 29Contents of section .text:
fd161d86
AM
30 0194 6fae0c00 00006fae ccffffff 6fae1000 .*
31 01a4 00006fae d4ffffff .*
d6e0b160
HPN
32#...
33Contents of section .got:
fd161d86
AM
34 225c ac210000 00000000 00000000 00000000 .*
35 226c 00000000 .*
This page took 0.516119 seconds and 4 git commands to generate.