Module Name: src
Committed By: uebayasi
Date: Thu Aug 20 08:51:01 UTC 2015
Modified Files:
src/sys/arch/amd64/conf: kern.ldscript
Log Message:
Do =0 (zero-fill) only once.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/amd64/conf/kern.ldscript
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/kern.ldscript
diff -u src/sys/arch/amd64/conf/kern.ldscript:1.11 src/sys/arch/amd64/conf/kern.ldscript:1.12
--- src/sys/arch/amd64/conf/kern.ldscript:1.11 Thu Aug 20 08:36:42 2015
+++ src/sys/arch/amd64/conf/kern.ldscript Thu Aug 20 08:51:01 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: kern.ldscript,v 1.11 2015/08/20 08:36:42 uebayasi Exp $ */
+/* $NetBSD: kern.ldscript,v 1.12 2015/08/20 08:51:01 uebayasi Exp $ */
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64",
"elf64-x86-64")
@@ -12,7 +12,7 @@ SECTIONS
*(.text)
*(.text.*)
*(.stub)
- } =0
+ }
_etext = . ;
PROVIDE (etext = .) ;