xref: /linux/arch/riscv/include/asm/module.lds.h (revision c80e42a4963b3f593d53fb8f565e5bbca61a6531)
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
10