score603e/start/start.S: Add start symbol to eliminate warning

This commit is contained in:
Joel Sherrill
2014-09-02 12:30:01 -05:00
parent ae03ad2606
commit ce134f7489

View File

@@ -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 */