Sign in
gnu
/
binutils-gdb
/
cf03cf4e8879bbfe6b90160ff3fda63feb2a898f
/
.
/
ld
/
testsuite
/
ld-selective
/
keepdot.ld
blob: d8a2b386bd1743a5133056b7cc4fcd211ab33260 [
file
]
SECTIONS
{
.
myinit
:
{
KEEP
(*(.
myinit
))
}
.
mytext
:
{
*(.
mytext
*)
*(.
text
*)
}
}