Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
include-all-symbols-linking
/
linker.ld
blob: 2e70acab3f4968d105ee0fdd45d3b341779172b4 [
file
] [
log
] [
blame
] [
edit
]
SECTIONS
{
.
static
:
ALIGN
(
4
)
{
KEEP
(*(.
rodata
.
STATIC
));
}
}