Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / pushjs3bm.d
CommitLineData
89b7466f
HPN
1#source: nop123.s
2#source: nop123.s
3#source: a.s
4#source: pad2p26m32.s
5#source: pad16.s
6#source: pushja.s
7#source: start.s
8#ld: -m mmo
9#objdump: -dr
10
11# Check that PUSHJ with an offset just inside the offset range of a JMP
12# stub expansion works, backwards, mmo version.
13
14.*: file format mmo
15Disassembly of section \.text:
160+ <a-0x8>:
17 0: fd010203 swym 1,2,3
18 4: fd010203 swym 1,2,3
190+8 <a>:
20 8: e3fd0004 setl \$253,0x4
21 \.\.\.
220+3fffffc <pushja>:
23 3fffffc: e3fd0002 setl \$253,0x2
24 4000000: f20c0002 pushj \$12,4000008 <pushja\+0xc>
25 4000004: e3fd0003 setl \$253,0x3
26 4000008: f1000000 jmp 8 <a>
270+400000c <Main>:
28 400000c: e3fd0001 setl \$253,0x1
This page took 0.690921 seconds and 4 git commands to generate.