mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
SECTIONS
|
|
{
|
|
.static : ALIGN(4)
|
|
{
|
|
KEEP(*(.rodata.STATIC));
|
|
}
|
|
}
|