xref: /linux/arch/powerpc/include/asm/module.lds.h (revision 2b7531b2a2037959ac81ff2c95e4557b30cfd253)
1 /* Force alignment of .toc section.  */
2 SECTIONS
3 {
4 	.toc 0 : ALIGN(256)
5 	{
6 		*(.got .toc)
7 	}
8 }
9