Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-mips-elf/jaloverflow.s

14 lines
204 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
# This file gets linked to start at 0xffffff0, so the call is an overflow.
.text
.global start
.type start, @function
.set noreorder
start:
nop
nop
nop
nop
jal start
nop
.type start, @function