thesis/linux-6.8.1/arch/powerpc/include/asm/module.lds.h
2025-03-19 13:44:23 +01:00

8 lines
95 B
C

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