1
0
Fork 0
android_kernel_rockchip_tart/arch/powerpc/include/asm/module.lds.h
2025-06-27 00:32:42 -05:00

8 lines
95 B
C

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