add missing symbol for aot_reloc_arc.c (#1344)

This commit is contained in:
Xu Jun 2022-08-02 09:43:52 +08:00 committed by GitHub
parent c075844001
commit 1c6d10095e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,8 @@ void __mulsf3();
void __subdf3();
void __subsf3();
void __truncdfsf2();
void __floatunsisf();
void __fixunsdfsi();
#else
void __ac_push_13_to_13();
void __ac_push_13_to_14();
@ -158,6 +160,8 @@ static SymbolMap target_sym_map[] = {
REG_SYM(__subdf3),
REG_SYM(__subsf3),
REG_SYM(__truncdfsf2),
REG_SYM(__floatunsisf),
REG_SYM(__fixunsdfsi),
#else
REG_SYM(__ac_push_13_to_13),
REG_SYM(__ac_push_13_to_14),