Sign in
gnu
/
binutils-gdb
/
cf03cf4e8879bbfe6b90160ff3fda63feb2a898f
/
.
/
ld
/
testsuite
/
ld-selective
/
keepdot0.ld
blob: 9f053d3cc2d6eb1d6551fecc65a4774fc04be759 [
file
]
SECTIONS
{
.
=
0x0
;
.
myinit
:
{
KEEP
(*(.
myinit
))
}
.
mytext
:
{
*(.
mytext
*)
*(.
text
*)
}
}