[Bsp][F7-Disco]fix startup by gcc

This commit is contained in:
zyh 2018-04-27 15:48:28 +08:00
parent 4356db5b11
commit ba6b5ab5a6
3 changed files with 6 additions and 6 deletions

View File

@ -110,9 +110,9 @@ LoopFillZerobss:
/* Call the clock system initialization function.*/ /* Call the clock system initialization function.*/
bl SystemInit bl SystemInit
/* Call static constructors */ /* Call static constructors */
bl __libc_init_array /* bl __libc_init_array */
/* Call the application's entry point.*/ /* Call the application's entry point.*/
bl main bl entry
bx lr bx lr
.size Reset_Handler, .-Reset_Handler .size Reset_Handler, .-Reset_Handler

View File

@ -110,9 +110,9 @@ LoopFillZerobss:
/* Call the clock system initialization function.*/ /* Call the clock system initialization function.*/
bl SystemInit bl SystemInit
/* Call static constructors */ /* Call static constructors */
bl __libc_init_array /* bl __libc_init_array */
/* Call the application's entry point.*/ /* Call the application's entry point.*/
bl main bl entry
bx lr bx lr
.size Reset_Handler, .-Reset_Handler .size Reset_Handler, .-Reset_Handler

View File

@ -110,9 +110,9 @@ LoopFillZerobss:
/* Call the clock system intitialization function.*/ /* Call the clock system intitialization function.*/
bl SystemInit bl SystemInit
/* Call static constructors */ /* Call static constructors */
bl __libc_init_array /* bl __libc_init_array */
/* Call the application's entry point.*/ /* Call the application's entry point.*/
bl main bl entry
bx lr bx lr
.size Reset_Handler, .-Reset_Handler .size Reset_Handler, .-Reset_Handler