Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / pushjs4b.d
1 #source: start4.s
2 #source: nop123.s
3 #source: a.s
4 #source: pad2p26m32.s
5 #source: pad16.s
6 #source: pad4.s
7 #source: pushja.s
8 #source: start.s
9 #ld: -m elf64mmix
10 #objdump: -dr
11
12 # Check that PUSHJ with an offset just outside the offset range of a JMP
13 # stub expansion works, backwards, ELF version.
14
15 .*: file format elf64-mmix
16 Disassembly of section \.init:
17 0+ <_start>:
18 0: e37704a6 setl \$119,0x4a6
19 Disassembly of section \.text:
20 0+4 <a-0x4>:
21 4: fd010203 swym 1,2,3
22 0+8 <a>:
23 8: e3fd0004 setl \$253,0x4
24 \.\.\.
25 0+4000000 <pushja>:
26 4000000: e3fd0002 setl \$253,0x2
27 4000004: f20c0002 pushj \$12,400000c <pushja\+0xc>
28 4000008: e3fd0003 setl \$253,0x3
29 400000c: e3ff0008 setl \$255,0x8
30 4000010: e6ff0000 incml \$255,0x0
31 4000014: e5ff0000 incmh \$255,0x0
32 4000018: e4ff0000 inch \$255,0x0
33 400001c: 9f00ff00 go \$0,\$255,0
34 0+4000020 <_start>:
35 4000020: e3fd0001 setl \$253,0x1
This page took 0.030065 seconds and 4 git commands to generate.