1#source: expdyn2.s
2#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
3#ld: --shared -m crislinux --version-script $srcdir/$subdir/expalltst3
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                             .*
25