nt9856x/BSP/linux-kernel/arch/powerpc/kernel/module.lds
2023-03-28 15:07:53 +08:00

9 lines
95 B
Plaintext

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