9 lines
95 B
C
Raw Normal View History

2021-05-27 00:09:36 +05:00
/* Force alignment of .toc section. */
SECTIONS
{
.toc 0 : ALIGN(256)
{
*(.got .toc)
}
}