From 387b5847251072a23f633749fa1beaaf0177065e Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 12 Aug 2013 11:27:37 +0000 Subject: [PATCH] * aarch64/crt0.S: Remove 'start'. * arm/crt0.S: Ditto. * arm/redboot-crt0.S: Ditto. --- libgloss/ChangeLog | 5 +++++ libgloss/aarch64/crt0.S | 1 - libgloss/arm/crt0.S | 1 - libgloss/arm/redboot-crt0.S | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index e7e7ed519..dc6c971c2 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,8 @@ +2013-08-12 Yufeng Zhang + + * aarch64/crt0.S: Remove 'start'. + * arm/crt0.S: Ditto. + * arm/redboot-crt0.S: Ditto. 2013-07-24 Steve Ellcey diff --git a/libgloss/aarch64/crt0.S b/libgloss/aarch64/crt0.S index 1a5cabbb3..ae6264d8a 100644 --- a/libgloss/aarch64/crt0.S +++ b/libgloss/aarch64/crt0.S @@ -81,7 +81,6 @@ FUNC_START _mainCRTStartup FUNC_START _start - FUNC_START start /* Start by setting up a stack */ diff --git a/libgloss/arm/crt0.S b/libgloss/arm/crt0.S index f7ed5c5bd..86ee2cd7d 100644 --- a/libgloss/arm/crt0.S +++ b/libgloss/arm/crt0.S @@ -72,7 +72,6 @@ FUNC_START _mainCRTStartup FUNC_START _start - FUNC_START start #if defined(__ELF__) && !defined(__USING_SJLJ_EXCEPTIONS__) /* Annotation for EABI unwinding tables. */ .fnstart diff --git a/libgloss/arm/redboot-crt0.S b/libgloss/arm/redboot-crt0.S index 88eb60d30..1d902286e 100644 --- a/libgloss/arm/redboot-crt0.S +++ b/libgloss/arm/redboot-crt0.S @@ -28,7 +28,6 @@ .endm .code 32 #endif - FUNC_START SYM_NAME(start) FUNC_START SYM_NAME(_start) /* Unnecessary to set fp for v6-m/v7-m, which don't support ARM state. */