diff options
Diffstat (limited to 'libgloss/arm')
-rw-r--r-- | libgloss/arm/crt0.S | 1 | ||||
-rw-r--r-- | libgloss/arm/redboot-crt0.S | 1 |
2 files changed, 0 insertions, 2 deletions
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. */ |