blob: aa41d4f1d7bd163e5a76a7beb172cb328c7cd472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#source: dso-1.s
#as: --pic --no-underscore --em=criself
#ld: --shared -m crislinux
#objdump: -T
# Just check that we actually got a DSO with the dsofn symbol.
.*: file format elf32-cris
DYNAMIC SYMBOL TABLE:
#...
00000[12].[02468ace] g DF .text 0+2 dsofn
#pass
|