[PATCH 17/23] score603e/start/start.S: Add start symbol to eliminate warning

Joel Sherrill joel.sherrill at oarcorp.com
Wed Sep 3 15:26:11 UTC 2014


---
 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, at function
 	.type	_start, at function
+start:
 _start:
 	b	past_constants
 					/* Set MSR */
-- 
1.9.3




More information about the devel mailing list