Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Define __rodata_start. Will be used soon.
details: https://anonhg.NetBSD.org/src/rev/3a934a168c2b
branches: trunk
changeset: 815262:3a934a168c2b
user: maxv <maxv%NetBSD.org@localhost>
date: Sun May 08 08:30:41 2016 +0000
description:
Define __rodata_start. Will be used soon.
diffstat:
sys/arch/amd64/conf/kern.ldscript | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ca62601c3282 -r 3a934a168c2b sys/arch/amd64/conf/kern.ldscript
--- a/sys/arch/amd64/conf/kern.ldscript Sun May 08 08:22:58 2016 +0000
+++ b/sys/arch/amd64/conf/kern.ldscript Sun May 08 08:30:41 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern.ldscript,v 1.17 2016/05/07 12:45:55 maxv Exp $ */
+/* $NetBSD: kern.ldscript,v 1.18 2016/05/08 08:30:41 maxv Exp $ */
#include "assym.h"
@@ -23,6 +23,7 @@
_etext = . ;
PROVIDE (etext = .) ;
+ __rodata_start = . ;
.rodata :
{
*(.rodata)
Home |
Main Index |
Thread Index |
Old Index