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:
Joel Sherrill
2009-05-27 15:36:09 +00:00
parent 8d64f08eb8
commit b11e05fe0f
2 changed files with 7 additions and 0 deletions

View File

@@ -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.

View File

@@ -26,6 +26,8 @@
.type __start,@function
.globl LatticeDDInit
.type LatticeDDInit,@function
.globl crt0
.type crt0,@function
LatticeDDInit:
__start: