1 #source: start4.s
2 #source: pushja.s
3 #source: pad2p18m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: a.s
7 #source: start.s
8 #ld: -m elf64mmix
9 #objdump: -dr
10 
11 # Check that PUSHJ with an offset just within the offset range gets no
12 # stub expansion, ELF version.
13 
14 .*:     file format elf64-mmix
15 Disassembly of section \.init:
16 0+ <_start>:
17    0:	e37704a6 	setl \$119,0x4a6
18 Disassembly of section \.text:
19 0+4 <pushja>:
20        4:	e3fd0002 	setl \$253,0x2
21        8:	f20cffff 	pushj \$12,40004 <a>
22        c:	e3fd0003 	setl \$253,0x3
23 	\.\.\.
24 0+40004 <a>:
25    40004:	e3fd0004 	setl \$253,0x4
26 0+40008 <_start>:
27    40008:	e3fd0001 	setl \$253,0x1
28