Sign in
nest-open-source
/
manifest_repos
/
kernel
/
33ab6c4916103ccfc52b7a377dfb69d84cc98acc
/
.
/
arch
/
powerpc
/
include
/
asm
/
module.lds.h
blob: cea5dc124be4bf2d3e204dde037e3eb2b5426c77 [
file
]
/* Force alignment of .toc section. */
SECTIONS
{
.
toc
0
:
ALIGN
(
256
)
{
*(.
got
.
toc
)
}
}