Remove restriction on skipping some linker tests because their default image base...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / unaligned-jalx-addend-2.s
1 .text
2 .align 4
3 .globl foo
4 .ent foo
5 foo:
6 bal bar0 + 4
7 bal bar1 - 2
8 bal bar2 - 4
9 bal bar3 + 2
10 .end foo
11
12 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
13 .align 4, 0
14 .space 16
This page took 0.031024 seconds and 4 git commands to generate.