Sign in
chromium
/
chromiumos
/
third_party
/
binutils
/
refs/heads/factory-2993.B
/
.
/
ld
/
testsuite
/
ld-selective
/
keepdot.ld
blob: d8a2b386bd1743a5133056b7cc4fcd211ab33260 [
file
] [
edit
]
SECTIONS
{
.
myinit
:
{
KEEP
(*(.
myinit
))
}
.
mytext
:
{
*(.
mytext
*)
*(.
text
*)
}
}