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
* doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
orphan.ld
blob
8ce83f16e8456a837d5c9e739e650508a04003ca
1
SECTIONS
2
{
3
.text : { *(.text) }
4
.data : { *(.data) }
5
.bss : { *(.bss) *(COMMON) }
6
.note : { *(.note) }
7
.reginfo : { *(.reginfo) }
8
}