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