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-estimate-1.ld] - Rev 166
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
. = 0;
.reginfo : { *(.reginfo) }
. = ALIGN (0x400);
.dynamic : { *(.dynamic) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
. = ALIGN (0x400);
.rel.dyn : { *(.rel.dyn) }
.foo : { *(.foo) }
.text : { *(.text) }
. = ALIGN (0x400);
.MIPS.stubs : { *(.MIPS.stubs) }
. = ALIGN (0x10000);
.data : { *(.data) }
. = ALIGN (0x400);
_gp = . + 0x7ff0;
.got : { *(.got) }
}
VERSION {
V2 { global: foo; local: *; };
}
Go to most recent revision | Compare with Previous | Blame | View Log