URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-checks/] [script] - Rev 332
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS {
.text 0x100 : { *(.text) }
.data 0x100 : AT (0x100) { *(.data) }
.bss 0x100 : AT (0x4000) { *(.bss) }
}
Go to most recent revision | Compare with Previous | Blame | View Log