JustOS/linux-6.13/arch/powerpc/include/asm/module.lds.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

9 lines
95 B
C

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