OpenGrok
Cross Reference: keepdot.ld
xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-selective
/
keepdot.ld
Home
|
History
|
Annotate
|
Download
|
only in
ld-selective
1
SECTIONS
2
{
3
.myinit : { KEEP (*(.myinit)) }
4
.mytext : { *(.mytext*) *(.text*) }
5
}
6