URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mips-elf/] [jaloverflow.s] - Rev 854
Go to most recent revision | Compare with Previous | Blame | View Log
# 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
Go to most recent revision | Compare with Previous | Blame | View Log