Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / wrap1.d
CommitLineData
eae25ec5
HPN
1#source: start.s
2#source: wrap1a.s
3#source: wrap1b.s
4#source: wrap1c.s
5#ld: -m mmo --wrap deal
6#as: -no-expand
7#objdump: -d
8
9.*: file format mmo
10
11Disassembly of section \.text:
12
130+ <(_start|Main)>:
14 0: e3fd0001 setl \$253,0x1
15 4: f2000001 pushj \$0,8 <__wrap_deal>
16
170+8 <__wrap_deal>:
18 8: f0000001 jmp c <deal>
19
200+c <deal>:
21 c: fd000000 swym 0,0,0
This page took 0.284826 seconds and 4 git commands to generate.