diff options
| author | pk <pk@NetBSD.org> | 2000-10-19 00:16:03 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 2000-10-19 00:16:03 +0000 |
| commit | 44f6bd0d7f33a400ea961fdfea8a49a303ececb8 (patch) | |
| tree | fd7aabc5715e8d6dd524068464044d084adda612 /sys | |
| parent | 9d61e4d9a6c3170c854972845edfca878bf03dbd (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.S | 4 |
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 |
