Upload Tizen:Base source
[external/binutils.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