URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-elf/] [orphan.ld] - Rev 843
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
.text : { *(.text) }
.data : { *(.data) }
.bss : { *(.bss) *(COMMON) }
.note : { *(.note) }
.reginfo : { *(.reginfo) }
}
Go to most recent revision | Compare with Previous | Blame | View Log