URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mips-elf/] [mips16-pic-1.ld] - Rev 95
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
. = 0x40000;
.interp : { *(.interp) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
.dynamic : { *(.dynamic) }
.reginfo : { *(.reginfo) }
.hash : { *(.hash) }
. = ALIGN (0x400);
.text : { *(.text) *(.mips16.*) }
.MIPS.stubs : { *(.MIPS.stubs) }
. = ALIGN (0x400);
.rel.plt : { *(.rel.plt) }
.rel.dyn : { *(.rel.dyn) }
. = 0x50000;
_gp = . + 0x7ff0;
.got : { *(.got) }
. = 0x50400;
.data : { *(.data) }
.rld_map : { *(.rld_map) }
}
Go to most recent revision | Compare with Previous | Blame | View Log