Sign in
gnu
/
binutils-gdb
/
98badbfdc222d1d7f346046f23a64522b88d22a0
/
.
/
ld
/
testsuite
/
ld-mips-elf
/
jaloverflow.s
blob: e6de2e08c3272fb379c0e73f7577bcfbcf4d85ef [
file
] [
log
] [
blame
]
# 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