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:
parent
5e40c9a107
commit
addc5c894c
|
@ -241,6 +241,13 @@ __early_init:
|
||||||
__late_init:
|
__late_init:
|
||||||
se_blr
|
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__) */
|
#endif /* !defined(__DOXYGEN__) */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
Loading…
Reference in New Issue