linuxOS_D21X/source/linux-5.10/arch/powerpc/include/asm/module.lds.h

9 lines
95 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
/* Force alignment of .toc section. */
SECTIONS
{
.toc 0 : ALIGN(256)
{
*(.got .toc)
}
}