mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 04:05:27 +00:00
8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
SECTIONS
|
|
{
|
|
.static : ALIGN(4)
|
|
{
|
|
KEEP(*(.rodata.STATIC));
|
|
}
|
|
}
|