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