4dd98b80f89dc2b201c96f3139721e6a5ca5cf19
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jaloverflow.s
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
This page took 0.030487 seconds and 3 git commands to generate.