We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e248a9b commit 38d0562Copy full SHA for 38d0562
1 file changed
sys/arch/riscv/conf/kern.ldscript
@@ -1,4 +1,4 @@
1
-/* $NetBSD: kern.ldscript,v 1.8 2021/05/01 07:13:21 skrll Exp $ */
+/* $NetBSD: kern.ldscript,v 1.9 2026/03/18 10:02:29 skrll Exp $ */
2
3
#include "assym.h"
4
@@ -14,6 +14,7 @@ SECTIONS
14
.text : AT (KERNEL_PHYS)
15
{
16
PROVIDE(__kernel_text = .);
17
+ PROVIDE(kernel_text = .);
18
*(.text)
19
*(.text.*)
20
*(.stub)
0 commit comments