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
gas/
[binutils.git]
/
ld
/
testsuite
/
ld-selective
/
keepdot.ld
blob
d8a2b386bd1743a5133056b7cc4fcd211ab33260
1
SECTIONS
2
{
3
.myinit : { KEEP (*(.myinit)) }
4
.mytext : { *(.mytext*) *(.text*) }
5
}