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