URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-m68k/] [merge.ld] - Rev 855
Go to most recent revision | Compare with Previous | Blame | View Log
OUTPUT_FORMAT("elf32-m68k", "elf32-m68k",
"elf32-m68k")
OUTPUT_ARCH(m68k)
ENTRY(_start)
SECTIONS {
.text : {_start = .; *(.text)}
}
Go to most recent revision | Compare with Previous | Blame | View Log