Files
2025-08-12 22:16:57 +02:00

9 lines
95 B
C
Executable File

/* Force alignment of .toc section. */
SECTIONS
{
.toc 0 : ALIGN(256)
{
*(.got .toc)
}
}