* libc/sys/arm/crt0.S: Remove 'start'.
This commit is contained in:
parent
387b584725
commit
454b880298
|
@ -1,3 +1,7 @@
|
||||||
|
2013-08-12 Yufeng Zhang <Yufeng.Zhang@arm.com>
|
||||||
|
|
||||||
|
* libc/sys/arm/crt0.S: Remove 'start'.
|
||||||
|
|
||||||
2013-08-08 Freddie Chopin <freddie_chopin@op.pl>
|
2013-08-08 Freddie Chopin <freddie_chopin@op.pl>
|
||||||
|
|
||||||
* libc/string/strncat.c: Fix typo in documentation.
|
* libc/string/strncat.c: Fix typo in documentation.
|
||||||
|
|
|
@ -72,7 +72,6 @@
|
||||||
|
|
||||||
FUNC_START _mainCRTStartup
|
FUNC_START _mainCRTStartup
|
||||||
FUNC_START _start
|
FUNC_START _start
|
||||||
FUNC_START start
|
|
||||||
#if defined(__ELF__) && !defined(__USING_SJLJ_EXCEPTIONS__)
|
#if defined(__ELF__) && !defined(__USING_SJLJ_EXCEPTIONS__)
|
||||||
/* Annotation for EABI unwinding tables. */
|
/* Annotation for EABI unwinding tables. */
|
||||||
.fnstart
|
.fnstart
|
||||||
|
|
Loading…
Reference in New Issue