kernel_samsung_a34x-permissive/arch/powerpc/kernel/module.lds

9 lines
95 B
Plaintext
Raw Normal View History

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