repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-m68k
/
merge.ld
blob
ed2acfe1d53161569852996a74c1bc7fc53f2719
1
OUTPUT_FORMAT("elf32-m68k", "elf32-m68k",
2
"elf32-m68k")
3
OUTPUT_ARCH(m68k)
4
ENTRY(_start)
5
6
SECTIONS {
7
8
.text : {_start = .; *(.text)}
9
}