URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mips-elf/] [no-shared-1.ld] - Rev 184
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
. = 0x50000;
.text : { *(.text) }
.MIPS.stubs : { *(.MIPS.stubs) }
. = 0x60000;
.data : { *(.data) }
_gp = ALIGN (16) + 0x7ff0;
.got : { *(.got) }
}
Go to most recent revision | Compare with Previous | Blame | View Log