KernelNanopiR5S/arch/powerpc/include/asm/module.lds.h
2024-09-10 09:59:09 +02:00

9 lines
95 B
C

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