9 lines
95 B
Plaintext
Raw Normal View History

2025-05-10 21:49:39 +08:00
/* Force alignment of .toc section. */
SECTIONS
{
.toc 0 : ALIGN(256)
{
*(.got .toc)
}
}