URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mips-elf/] [emit-relocs-1.ld] - Rev 84
Compare with Previous | Blame | View Log
ENTRY(_start)SECTIONS{. = 0x80000;.text : { *(.text) }. = ALIGN (0x400);.merge1 : { *(.merge1) }. = ALIGN (0x400);.merge2 : { *(.merge2) }. = ALIGN (0x400);.merge3 : { *(.merge3) }. = ALIGN (0x400);.data : { *(.data) }/DISCARD/ : { *(*) }}
