Files
CoolPi-Armbian-Rockchip-RK3…/arch/powerpc/include/asm/module.lds.h
2025-02-04 12:41:12 -06:00

9 lines
95 B
C

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