forked from Imagelibrary/rtems
2009-05-27 Michael Walle <michael@walle.cc>
* shared/start/start.S: Export crt0 symbol because the debug.S uses that.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
.type __start,@function
|
||||
.globl LatticeDDInit
|
||||
.type LatticeDDInit,@function
|
||||
.globl crt0
|
||||
.type crt0,@function
|
||||
|
||||
LatticeDDInit:
|
||||
__start:
|
||||
|
||||
Reference in New Issue
Block a user