Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / unaligned-jalx-addend-1.s
1 .text
2 .align 4
3 .globl foo
4 .ent foo
5 foo:
6 jal bar0 + 1
7 jal bar0 + 2
8 jal bar0 + 3
9 jal bar1 + 1
10 jal bar1 + 3
11 jal bar1 + 4
12 jal bar2 - 1
13 jal bar2 - 2
14 jal bar2 - 3
15 jal bar3 - 1
16 jal bar3 - 3
17 jal bar3 - 4
18 .end foo
19
20 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
21 .align 4, 0
22 .space 16
This page took 0.031109 seconds and 4 git commands to generate.