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-x86-64
/
pr18160.t
blob
d3906e394444dff51d72f63434d6aaff2119560e
1
OUTPUT_FORMAT(elf32-i386)
2
ENTRY(start)
3
SECTIONS
4
{
5
.text : { *(.text*) }
6
.data : { *(.data.*) }
7
.bss : { *(.bss.*) }
8
}