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:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-05-27 Michael Walle <michael@walle.cc>
|
||||||
|
|
||||||
|
* shared/start/start.S: Export crt0 symbol because the debug.S uses
|
||||||
|
that.
|
||||||
|
|
||||||
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* shared/start/start.S: Confirmed OK by mwalle.
|
* shared/start/start.S: Confirmed OK by mwalle.
|
||||||
|
|||||||
@@ -26,6 +26,8 @@
|
|||||||
.type __start,@function
|
.type __start,@function
|
||||||
.globl LatticeDDInit
|
.globl LatticeDDInit
|
||||||
.type LatticeDDInit,@function
|
.type LatticeDDInit,@function
|
||||||
|
.globl crt0
|
||||||
|
.type crt0,@function
|
||||||
|
|
||||||
LatticeDDInit:
|
LatticeDDInit:
|
||||||
__start:
|
__start:
|
||||||
|
|||||||
Reference in New Issue
Block a user