testsuite/ld-cris various files: Run ld with --hash-style=sysv.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / libdso-15.d
CommitLineData
d1790042
HPN
1#source: expdyn2.s
2#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
c7dffc39 3#ld: --shared -m crislinux --version-script $srcdir/$subdir/expalltst3 --hash-style=sysv
d1790042
HPN
4#objdump: -s -T
5
6# A DSO that has two versioned symbols, each with a weak alias.
7# Each symbol is versioned.
8
9.*: file format elf32-cris
10
11DYNAMIC SYMBOL TABLE:
12#...
130+2288 g[ ]+DO .data[ ]+0+4 TST3[ ]+__expobj2
140+20a g[ ]+DF .text[ ]+0+2 TST3[ ]+__expfn2
150+20a w[ ]+DF .text[ ]+0+2 TST3[ ]+expfn2
160+2288 w[ ]+DO .data[ ]+0+4 TST3[ ]+expobj2
17#...
18Contents of section .text:
19 0208 0f050f05 .*
20#...
21Contents of section .got:
22 227c 0c220000 00000000 00000000 .*
23Contents of section .data:
24 2288 00000000 .*
This page took 0.4105 seconds and 4 git commands to generate.