engine: platform: psvita: explicitly export __aeabi_ul2f
This commit is contained in:
parent
55055a70f0
commit
f3d181b5ee
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ extern void *__aeabi_idivmod;
|
|||
extern void *__aeabi_uidivmod;
|
||||
extern void *__aeabi_d2ulz;
|
||||
extern void *__aeabi_ul2d;
|
||||
extern void *__aeabi_ul2f;
|
||||
|
||||
static const vrtld_export_t aux_exports[] =
|
||||
{
|
||||
|
@ -55,6 +56,7 @@ static const vrtld_export_t aux_exports[] =
|
|||
VRTLD_EXPORT_SYMBOL( __aeabi_uidivmod ),
|
||||
VRTLD_EXPORT_SYMBOL( __aeabi_uidiv ),
|
||||
VRTLD_EXPORT_SYMBOL( __aeabi_ul2d ),
|
||||
VRTLD_EXPORT_SYMBOL( __aeabi_ul2f ),
|
||||
VRTLD_EXPORT_SYMBOL( _impure_ptr ),
|
||||
VRTLD_EXPORT_SYMBOL( ctime ),
|
||||
VRTLD_EXPORT_SYMBOL( vasprintf ),
|
||||
|
|
Loading…
Add table
Reference in a new issue