Rtwo/kernel/motorola/sm8550/arch/powerpc/include/asm/module.lds.h

9 lines
95 B
C
Raw Normal View History

2025-09-30 20:22:48 -04:00
/* Force alignment of .toc section. */
SECTIONS
{
.toc 0 : ALIGN(256)
{
*(.got .toc)
}
}