mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
add missing symbol for aot_reloc_arc.c (#1344)
This commit is contained in:
parent
c075844001
commit
1c6d10095e
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue
Block a user