Files
Sorgelig e12ed6c19d v5.13.12
2021-08-22 05:38:19 +08:00

9 lines
95 B
C

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