kernel_samsung_a53x/arch/powerpc/include/asm/module.lds.h

9 lines
95 B
C
Raw Normal View History

2024-06-15 16:02:09 -03:00
/* Force alignment of .toc section. */
SECTIONS
{
.toc 0 : ALIGN(256)
{
*(.got .toc)
}
}