未验证 提交 363291f8 编写于 作者: lymzzyh's avatar lymzzyh 提交者: GitHub

Merge pull request #1391 from uestczyh222/f7-disco-fix

[Bsp][F7-Disco]fix startup by gcc
...@@ -110,9 +110,9 @@ LoopFillZerobss: ...@@ -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
......
...@@ -110,9 +110,9 @@ LoopFillZerobss: ...@@ -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
......
...@@ -110,9 +110,9 @@ LoopFillZerobss: ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册