URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mips-elf/] [reloc-2.ld] - Rev 95
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
. = 0x208000;
.text : { *(.text) }
. = 0x400000;
_gp = 0x401234;
.sdata : { *(.sdata) }
/DISCARD/ : { *(*) }
}
Go to most recent revision | Compare with Previous | Blame | View Log