Add --input-type and --output-type to elfedit
[binutils.git] / ld / testsuite / ld-mips-elf / jaloverflow.s
blob4dd98b80f89dc2b201c96f3139721e6a5ca5cf19
1 # This file gets linked to start at 0xffffff0, so the call is an overflow.
2 .text
3 .global start
4 .set noreorder
5 start:
6 nop
7 nop
8 nop
9 nop
10 jal start
11 nop
12 .type start, @function