repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
riscv
/
include
/
asm
/
module.lds.h
blob
4254ff2ff04943f7df7053d6d8263edaba7a3f36
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/* Copyright (C) 2017 Andes Technology Corporation */
3
#ifdef CONFIG_MODULE_SECTIONS
4
SECTIONS
{
5
.
plt
(
NOLOAD
) : {
BYTE
(
0
) }
6
.
got
(
NOLOAD
) : {
BYTE
(
0
) }
7
.
got
.
plt
(
NOLOAD
) : {
BYTE
(
0
) }
8
}
9
#endif