Rtwo/kernel/motorola/sm8550/arch/powerpc/include/asm/module.lds.h
2025-09-30 19:22:48 -05:00

8 lines
95 B
C

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