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
This commit is contained in:
Stephan Aßmus 2010-01-02 10:19:05 +00:00
parent 16f50e3394
commit 745b2d9db7

View File

@ -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.*)