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