kernel_samsung_a53x/arch/powerpc/include/asm/module.lds.h
2024-06-15 16:02:09 -03:00

8 lines
95 B
C
Executable file

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