riscv: Add missing relocation intrinsics for __fixdfsi/__ltdf2 (#3733)

This commit is contained in:
Huang Qi 2024-08-20 11:06:07 +08:00 committed by GitHub
parent 581e1d9767
commit 6fdad9916f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),