Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / unaligned-jalx-addend-3.s
CommitLineData
a6ebf616
MR
1 .text
2 .align 4
3 .globl foo
4 .ent foo
5foo:
6 bal bar0 + 1
7 bal bar0 + 2
8 bal bar0 + 3
9 bal bar1 + 1
10 bal bar1 + 3
11 bal bar1 + 4
12 bal bar2 - 1
13 bal bar2 - 2
14 bal bar2 - 3
15 bal bar3 - 1
16 bal bar3 - 3
17 bal 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.193774 seconds and 4 git commands to generate.