Scan all input files for symbol reference warning
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / pushjs2b.d
CommitLineData
89b7466f
HPN
1#source: start4.s
2#source: nop123.s
3#source: a.s
4#source: pad2p18m32.s
5#source: pad16.s
6#source: pad4.s
7#source: pad4.s
8#source: pad4.s
9#source: pushja.s
10#source: start.s
11#ld: -m elf64mmix
12#objdump: -dr
13
14# Check that PUSHJ with an offset just outside the offset range gets a JMP
15# stub expansion, backwards, ELF version.
16
17.*: file format elf64-mmix
18Disassembly of section \.init:
190+ <_start>:
20 0: e37704a6 setl \$119,0x4a6
21Disassembly of section \.text:
220+4 <a-0x4>:
23 4: fd010203 swym 1,2,3
240+8 <a>:
25 8: e3fd0004 setl \$253,0x4
26 \.\.\.
270+40008 <pushja>:
28 40008: e3fd0002 setl \$253,0x2
29 4000c: f20c0002 pushj \$12,40014 <pushja\+0xc>
30 40010: e3fd0003 setl \$253,0x3
31 40014: f1fefffd jmp 8 <a>
320+40018 <_start>:
33 40018: e3fd0001 setl \$253,0x1
This page took 0.422504 seconds and 4 git commands to generate.