8 lines
81 B
Plaintext
Raw Normal View History

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