Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / jumpa-3f.d
1 #source: start.s
2 #source: jumpa.s
3 #source: pad2p26m32.s
4 #source: pad4.s
5 #source: a.s
6 #as: -x
7 #ld: -m elf64mmix
8 #objdump: -dr
9
10 .*: file format elf64-mmix
11
12 Disassembly of section \.text:
13
14 0+ <_start>:
15 0: e3fd0001 setl \$253,0x1
16
17 0+4 <jumpa>:
18 4: e3fd0002 setl \$253,0x2
19 8: f0ffffff jmp 4000004 <a>
20 c: fd000000 swym 0,0,0
21 10: fd000000 swym 0,0,0
22 14: fd000000 swym 0,0,0
23 18: fd000000 swym 0,0,0
24 1c: e3fd0003 setl \$253,0x3
25 \.\.\.
26
27 0+4000004 <a>:
28 4000004: e3fd0004 setl \$253,0x4
This page took 0.030855 seconds and 4 git commands to generate.