Added __eabi() function to e200 GCC startup file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14943 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
8434a76fe5
commit
6a0c094edc
|
@ -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__) */
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in New Issue