rust/tests/run-make/include-all-symbols-linking/linker.ld

8 lines
81 B
Plaintext

SECTIONS
{
.static : ALIGN(4)
{
KEEP(*(.rodata.STATIC));
}
}