Linux-6.18.2/arch/powerpc/include/asm/module.lds.h
2025-12-23 20:06:59 +08:00

9 lines
95 B
C

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