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 Do =0 (zero-fill) only once.



details:   https://anonhg.NetBSD.org/src/rev/cbefc4192967
branches:  trunk
changeset: 340008:cbefc4192967
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Aug 20 08:51:01 2015 +0000

description:
Do =0 (zero-fill) only once.

diffstat:

 sys/arch/amd64/conf/kern.ldscript |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c90c48e8df1d -r cbefc4192967 sys/arch/amd64/conf/kern.ldscript
--- a/sys/arch/amd64/conf/kern.ldscript Thu Aug 20 08:36:42 2015 +0000
+++ b/sys/arch/amd64/conf/kern.ldscript Thu Aug 20 08:51:01 2015 +0000
@@ -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 @@
     *(.text)
     *(.text.*)
     *(.stub)
-  } =0
+  }
   _etext = . ;
   PROVIDE (etext = .) ;
 



Home | Main Index | Thread Index | Old Index