Retro68/binutils/ld/testsuite/ld-mips-elf/jaloverflow.s

13 lines
180 B
ArmAsm
Raw Normal View History

2012-03-26 19:18:29 +00:00
# This file gets linked to start at 0xffffff0, so the call is an overflow.
.text
.global start
.set noreorder
start:
nop
nop
nop
nop
jal start
nop
.type start, @function