base-mb: Fix compile and link errors

Fix #531
This commit is contained in:
Martin Stein
2012-11-28 11:33:19 +01:00
committed by Norman Feske
parent 1258126986
commit ab0296bd20
18 changed files with 334 additions and 723 deletions

View File

@@ -36,3 +36,10 @@ _stack_low:
.globl _stack_high
_stack_high:
/*
* Symbol referenced by ldso's crt0.s, which is needed by base-hw only.
* It is defined here merely to resolve the symbol for non-base-hw
* platforms.
*/
.globl _main_utcb
_main_utcb: .long 0