xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-selective
/
keepdot0.ld
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
SECTIONS
2
{
3
. = 0x0;
4
.myinit : { KEEP (*(.myinit)) }
5
.mytext : { *(.mytext*) *(.text*) }
6
}
7