MIPS/BFD: Discard ineligible JALR relocations right away
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / relax-jalr.s
CommitLineData
05e6bb2f
AO
1.globl __start
2 .space 8
3.ent __start
4__start:
5.Lstart:
6 .space 16
7 jal __start
8 .space 32
9 jal __start
10 .space 64
11 jal .Lstart
12.end __start
2d8f7dc8
TS
13
14# make objdump print ...
15 .space 8
This page took 0.649881 seconds and 4 git commands to generate.