URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mips-elf/] [eh-frame5.ld] - Rev 105
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
. = 0;
.reginfo : { *(.reginfo) }
.dynamic : { *(.dynamic) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
.rel.dyn : { *(.rel.dyn) }
. = 0x800;
.text : { *(.text) }
. = 0xc00;
.eh_frame : { *(.eh_frame) }
. = 0x10000;
.data : { *(.data) }
. = 0x10400;
_gp = . + 0x7ff0;
.got : { *(.got) }
}
Go to most recent revision | Compare with Previous | Blame | View Log