1 # source: expdyn1.s
2 # target: cris-*-*elf* cris-*-*aout*
3 # as: --em=criself
4 # ld: -mcriself
5 # objdump: -d
6 
7 # Note that the linker script symbol __start is set to the same
8 # value as _start, and will collate before _start and be chosen
9 # as the presentation symbol at disassembly.  Anyway, __start
10 # shouldn't hinder disassembly by posing as an object symbol.
11 
12 .*:     file format elf32-us-cris
13 
14 Disassembly of section \.text:
15 
16 0+ <(___init__start|__start|__Stext)>:
17    0:	0f05                	nop
18 
19 0+2 <expfn>:
20    2:	0f05                	nop
21