summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include/asm/module.lds.h
blob: 31c1c0db11a3a3690a36252271cfdbdfae8dcdcb (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2020-2022 Loongson Technology Corporation Limited */
SECTIONS {
	. = ALIGN(4);
	.plt : { BYTE(0) }
	.plt.idx : { BYTE(0) }
}