summaryrefslogtreecommitdiff
path: root/sys/arch/riscv64/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/riscv64/conf')
-rw-r--r--sys/arch/riscv64/conf/kern.ldscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/riscv64/conf/kern.ldscript b/sys/arch/riscv64/conf/kern.ldscript
index 64c7897bfdb..cddc4321691 100644
--- a/sys/arch/riscv64/conf/kern.ldscript
+++ b/sys/arch/riscv64/conf/kern.ldscript
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern.ldscript,v 1.3 2021/06/27 21:39:55 kettenis Exp $ */
+/* $OpenBSD: kern.ldscript,v 1.4 2022/01/07 13:56:54 kevlo Exp $ */
OUTPUT_ARCH(riscv64)
@@ -23,7 +23,6 @@ SECTIONS
{
*(.text .text.*)
*(.stub)
- *(.glue_7t) *(.glue_7)
} :text =0
PROVIDE (_etext = .);
PROVIDE (etext = .);