summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-27 15:36:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-27 15:36:09 +0000
commitb11e05fe0f8e9d70d0b075633978751b6f72dae2 (patch)
tree758de719a659101a9d9bb0b7d393d59af60535ad /c
parent2009-05-27 Fernando Nicodemos <fgnicodemos@terra.com.br> (diff)
downloadrtems-b11e05fe0f8e9d70d0b075633978751b6f72dae2.tar.bz2
2009-05-27 Michael Walle <michael@walle.cc>
* shared/start/start.S: Export crt0 symbol because the debug.S uses that.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/lm32/ChangeLog5
-rw-r--r--c/src/lib/libbsp/lm32/shared/start/start.S2
2 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/lm32/ChangeLog b/c/src/lib/libbsp/lm32/ChangeLog
index de93252a0b..405d88c8c2 100644
--- a/c/src/lib/libbsp/lm32/ChangeLog
+++ b/c/src/lib/libbsp/lm32/ChangeLog
@@ -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.
diff --git a/c/src/lib/libbsp/lm32/shared/start/start.S b/c/src/lib/libbsp/lm32/shared/start/start.S
index e193fd18ba..5358d9a481 100644
--- a/c/src/lib/libbsp/lm32/shared/start/start.S
+++ b/c/src/lib/libbsp/lm32/shared/start/start.S
@@ -26,6 +26,8 @@
.type __start,@function
.globl LatticeDDInit
.type LatticeDDInit,@function
+ .globl crt0
+ .type crt0,@function
LatticeDDInit:
__start: