URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-m68k/] [merge.ld] - Rev 308
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