MIPS/BFD: Discard ineligible JALR relocations right away
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jaloverflow.s
CommitLineData
0efd4160
ILT
1# This file gets linked to start at 0xffffff0, so the call is an overflow.
2 .text
3 .global start
4 .set noreorder
5start:
6 nop
7 nop
8 nop
9 nop
10 jal start
11 nop
12 .type start, @function
This page took 0.492812 seconds and 4 git commands to generate.