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:
parent
16f50e3394
commit
745b2d9db7
@ -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.*)
|
||||
|
Loading…
Reference in New Issue
Block a user