Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
tyhicks
/
linux
/
eb1c28c05894a4b1f6b56c5bf072205e64cfa280
/
.
/
arch
/
riscv
/
kernel
/
module.lds
blob: 295ecfb341a29fa061e64fe48483a3dc911efab8 [
file
]
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2017 Andes Technology Corporation */
SECTIONS
{
.
plt
(
NOLOAD
)
:
{
BYTE
(
0
)
}
.
got
(
NOLOAD
)
:
{
BYTE
(
0
)
}
.
got
.
plt
(
NOLOAD
)
:
{
BYTE
(
0
)
}
}