repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
orphan.ld
blob
e3d7303316ae9d99e199135e0227b34d5176d2ee
1
SECTIONS
2
{
3
.text : { *(.text) }
4
.data : { *(.data) }
5
.bss : { *(.bss) *(COMMON) }
6
.note : { *(.note) }
7
}