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>
|
||||
|
||||
* shared/start/start.S: Confirmed OK by mwalle.
|
||||
|
||||
@@ -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