]> git.lizzy.rs Git - rust.git/blob - tests/run-make/issue-47384/linker.ld
Rollup merge of #106638 - RalfJung:realstd, r=thomcc
[rust.git] / tests / run-make / issue-47384 / linker.ld
1 SECTIONS
2 {
3     .static : ALIGN(4)
4     {
5         KEEP(*(.rodata.STATIC));
6     }
7 }