mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-11 09:25:20 +00:00
riscv: Add missing relocation intrinsics for __fixdfsi/__ltdf2 (#3733)
This commit is contained in:
parent
581e1d9767
commit
6fdad9916f
|
@ -134,6 +134,7 @@ static SymbolMap target_sym_map[] = {
|
|||
REG_SYM(__eqdf2),
|
||||
REG_SYM(__extendsfdf2),
|
||||
REG_SYM(__fixdfdi),
|
||||
REG_SYM(__fixdfsi),
|
||||
REG_SYM(__fixunsdfdi),
|
||||
REG_SYM(__fixunsdfsi),
|
||||
REG_SYM(__floatdidf),
|
||||
|
@ -143,6 +144,7 @@ static SymbolMap target_sym_map[] = {
|
|||
REG_SYM(__gedf2),
|
||||
REG_SYM(__gtdf2),
|
||||
REG_SYM(__ledf2),
|
||||
REG_SYM(__ltdf2),
|
||||
REG_SYM(__muldf3),
|
||||
REG_SYM(__nedf2),
|
||||
REG_SYM(__negdf2),
|
||||
|
|
Loading…
Reference in New Issue
Block a user