---
 c/src/lib/libbsp/powerpc/score603e/start/start.S | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/c/src/lib/libbsp/powerpc/score603e/start/start.S 
b/c/src/lib/libbsp/powerpc/score603e/start/start.S
index c67e598..d58d42c 100644
--- a/c/src/lib/libbsp/powerpc/score603e/start/start.S
+++ b/c/src/lib/libbsp/powerpc/score603e/start/start.S
@@ -51,8 +51,11 @@ FUNC_NAME(__atexit):                 /* tell C's eabi-ctor's 
we have an atexit function */
 .Lptr:
        .long .LCTOC1-.Laddr
 
+       .globl  start
        .globl  _start
+       .type   start,@function
        .type   _start,@function
+start:
 _start:
        b       past_constants
                                        /* Set MSR */
-- 
1.9.3

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to