Added __eabi() function to e200 GCC startup file.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@14942 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-10-24 07:16:30 +00:00
parent 5e40c9a107
commit addc5c894c
1 changed files with 7 additions and 0 deletions

View File

@ -241,6 +241,13 @@ __early_init:
__late_init:
se_blr
/* Default implementation for __eabi() function.*/
.weak __eabi
.type __eabi, @function
__eabi:
/* R2 and R13 initialization is done in the startup code.*/
se_blr
#endif /* !defined(__DOXYGEN__) */
/** @} */