kernel_samsung_a34x-permissive/arch/powerpc/kernel/module.lds
2024-04-28 15:49:01 +02:00

9 lines
95 B
Plaintext
Executable file

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