Do =0 (zero-fill) only once.

This commit is contained in:
uebayasi 2015-08-20 08:51:01 +00:00
parent 7650f78dd3
commit ae79402a58

View File

@ -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 = .) ;