rust/tests/run-make/issue-47384/linker.ld
2023-01-11 09:32:08 +00:00

7 lines
81 B
Text

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