PR25882, .gnu.attributes are not checked for shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / pushjs2b.d
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
18 Disassembly of section \.init:
19 0+ <_start>:
20 0: e37704a6 setl \$119,0x4a6
21 Disassembly of section \.text:
22 0+4 <a-0x4>:
23 4: fd010203 swym 1,2,3
24 0+8 <a>:
25 8: e3fd0004 setl \$253,0x4
26 \.\.\.
27 0+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>
32 0+40018 <_start>:
33 40018: e3fd0001 setl \$253,0x1
This page took 0.030783 seconds and 4 git commands to generate.