]> sourceware.org Git - newlib-cygwin.git/commitdiff
* aarch64/crt0.S: Remove 'start'.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 12 Aug 2013 11:27:37 +0000 (11:27 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 12 Aug 2013 11:27:37 +0000 (11:27 +0000)
* arm/crt0.S: Ditto.
* arm/redboot-crt0.S: Ditto.

libgloss/ChangeLog
libgloss/aarch64/crt0.S
libgloss/arm/crt0.S
libgloss/arm/redboot-crt0.S

index e7e7ed5191a403b62b9956861c8d9d14fadcedb4..dc6c971c27e694ac99d1b879c64dca43f4ec96d3 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-12  Yufeng Zhang <Yufeng.Zhang@arm.com>
+
+       * aarch64/crt0.S: Remove 'start'.
+       * arm/crt0.S: Ditto.
+       * arm/redboot-crt0.S: Ditto.
 
 2013-07-24  Steve Ellcey  <sellcey@mips.com>
 
index 1a5cabbb3c0719ea1f80c042fadc1d5f261f525f..ae6264d8a78fa556599e1138016419512c5500b1 100644 (file)
@@ -81,7 +81,6 @@
 
        FUNC_START      _mainCRTStartup
        FUNC_START      _start
-       FUNC_START      start
 
 /* Start by setting up a stack */
 
index f7ed5c5bd76c63e2b9a0640562da99398c3e8c6a..86ee2cd7d2bd1941e810d47c557a667661280fe3 100644 (file)
@@ -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
index 88eb60d30a99a8eb6e829cc722897f7a3cf0d5af..1d902286e4c2eee6bf19622acb5ad96d13526917 100644 (file)
@@ -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.  */
This page took 0.037212 seconds and 5 git commands to generate.