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 
11 DYNAMIC SYMBOL TABLE:
12 #...
13 0+2288 g[ 	]+DO .data[	 ]+0+4  TST3[ 	]+__expobj2
14 0+20a g[ 	]+DF .text[	 ]+0+2  TST3[ 	]+__expfn2
15 0+20a  w[ 	]+DF .text[	 ]+0+2  TST3[ 	]+expfn2
16 0+2288  w[ 	]+DO .data[	 ]+0+4  TST3[ 	]+expobj2
17 #...
18 Contents of section .text:
19  0208 0f050f05                             .*
20 #...
21 Contents of section .got:
22  227c 0c220000 00000000 00000000           .*
23 Contents of section .data:
24  2288 00000000                             .*
25