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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
81 B
Plaintext
Raw Normal View History

2022-02-08 18:02:51 -06:00
SECTIONS
{
.static : ALIGN(4)
{
KEEP(*(.rodata.STATIC));
}
}