fix:Support for GCC compile startup

This commit is contained in:
Dozingfiretruck 2021-08-26 09:51:53 +08:00
parent bd44c1e590
commit 4c45af8f39
5 changed files with 5 additions and 5 deletions

View File

@ -106,7 +106,7 @@ Reset_Handler:
/* 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
LoopForever: LoopForever:
b LoopForever b LoopForever

View File

@ -106,7 +106,7 @@ Reset_Handler:
/* 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
LoopForever: LoopForever:
b LoopForever b LoopForever

View File

@ -106,7 +106,7 @@ Reset_Handler:
/* 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
LoopForever: LoopForever:
b LoopForever b LoopForever

View File

@ -106,7 +106,7 @@ Reset_Handler:
/* 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
LoopForever: LoopForever:
b LoopForever b LoopForever

View File

@ -106,7 +106,7 @@ Reset_Handler:
/* 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
LoopForever: LoopForever:
b LoopForever b LoopForever