From 745b2d9db76ede200f2e6bb8bf4b4ee78f605cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 2 Jan 2010 10:19:05 +0000 Subject: [PATCH] Patch by Andreas Faerber: * Fix duplicate assignment which is probably a merging artifact. This patch was also a requirement for a working PPC KDL prompt. I didn't apply the patches in order... Thanks a lot! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34856 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/ldscripts/ppc/kernel.ld | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system/ldscripts/ppc/kernel.ld b/src/system/ldscripts/ppc/kernel.ld index c76421c997..c4e8dc9bc7 100644 --- a/src/system/ldscripts/ppc/kernel.ld +++ b/src/system/ldscripts/ppc/kernel.ld @@ -83,7 +83,6 @@ SECTIONS /* unintialized data (in same segment as writable data) */ __bss_start = .; - __bss_start = .; .sbss : { *(.sbss .sbss.* .gnu.linkonce.sb.*) } .bss : { *(.bss .bss.* .gnu.linkonce.b.*)