summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>2000-10-19 00:16:03 +0000
committerpk <pk@NetBSD.org>2000-10-19 00:16:03 +0000
commit44f6bd0d7f33a400ea961fdfea8a49a303ececb8 (patch)
treefd7aabc5715e8d6dd524068464044d084adda612 /sys
parent9d61e4d9a6c3170c854972845edfca878bf03dbd (diff)
When relocating, there's no need to copy the BSS area.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/stand/common/srt0.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/stand/common/srt0.S b/sys/arch/sparc/stand/common/srt0.S
index 830faae1dc9..fa212248f7c 100644
--- a/sys/arch/sparc/stand/common/srt0.S
+++ b/sys/arch/sparc/stand/common/srt0.S
@@ -1,4 +1,4 @@
-/* $NetBSD: srt0.S,v 1.4 1999/03/05 11:12:16 pk Exp $ */
+/* $NetBSD: srt0.S,v 1.5 2000/10/19 00:16:03 pk Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@ start:
nop
2: add %o7, (start-1b), %l0
set start, %l1
- set _end, %o0
+ set _edata, %o0
sub %o0, %l1, %l2 ! length
3: ld [%l0], %o0
add %l0, 4, %l0