linuxOS_AP06/kernel/arch/powerpc/include/asm/module.lds.h
2025-06-03 12:28:32 +08:00

9 lines
95 B
C

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