Sign in
android-kvm
/
linux
/
7587a4a5a4f66293e13358285bcbc90cc9bddb31
/
.
/
arch
/
powerpc
/
include
/
asm
/
module.lds.h
blob: cea5dc124be4bf2d3e204dde037e3eb2b5426c77 [
file
] [
log
] [
blame
]
/* Force alignment of .toc section. */
SECTIONS
{
.
toc
0
:
ALIGN
(
256
)
{
*(.
got
.
toc
)
}
}