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-frame1.ld] - Rev 166
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS{. = 0x10000;.dynamic : { *(.dynamic) }.hash : { *(.hash) }.dynsym : { *(.dynsym) }.dynstr : { *(.dynstr) }.rel.dyn : { *(.rel.dyn) }. = 0x20000;.text : { *(.text) }. = 0x30000;.eh_frame : { *(.eh_frame) }.got : { *(.got) }.gcc_compiled_long32 : { *(.gcc_compiled_long32) }/DISCARD/ : { *(*) }}
Go to most recent revision | Compare with Previous | Blame | View Log
