File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88#define R_ARM_THM_CALL 10 /* PC relative (Thumb BL and ARMv5 Thumb BLX). */
99#define R_ARM_THM_JMP24 30 /* B.W */
1010
11+ void __ltdf2 ();
12+ void __adddf3 ();
13+ void __eqdf2 ();
14+ void __unorddf2 ();
15+ void __muldf3 ();
16+ void __subdf3 ();
17+ void __gedf2 ();
18+ void __ledf2 ();
19+ void __fixunsdfsi ();
20+ void __floatunsidf ();
21+ void __fixdfsi ();
22+ void __nedf2 ();
23+ void __floatsidf ();
1124void __divdi3 ();
1225void __udivdi3 ();
1326void __moddi3 ();
@@ -57,6 +70,19 @@ void __aeabi_f2d();
5770static SymbolMap target_sym_map [] = {
5871 REG_COMMON_SYMBOLS
5972 /* compiler-rt symbols that come from compiler(e.g. gcc) */
73+ REG_SYM (__ltdf2 ),
74+ REG_SYM (__adddf3 ),
75+ REG_SYM (__eqdf2 ),
76+ REG_SYM (__unorddf2 ),
77+ REG_SYM (__muldf3 ),
78+ REG_SYM (__subdf3 ),
79+ REG_SYM (__gedf2 ),
80+ REG_SYM (__ledf2 ),
81+ REG_SYM (__fixunsdfsi ),
82+ REG_SYM (__floatunsidf ),
83+ REG_SYM (__fixdfsi ),
84+ REG_SYM (__nedf2 ),
85+ REG_SYM (__floatsidf ),
6086 REG_SYM (__divdi3 ),
6187 REG_SYM (__udivdi3 ),
6288 REG_SYM (__umoddi3 ),
You can’t perform that action at this time.
0 commit comments