MIPS/BFD: Discard ineligible JALR relocations right away
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / unaligned-jalx-3.s
CommitLineData
a6ebf616
MR
1 .text
2 .align 4
3 .globl foo
4 .ent foo
5foo:
6 bal bar1
7 .end foo
8
9# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
10 .align 4, 0
11 .space 16
This page took 0.047613 seconds and 4 git commands to generate.