File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 8
8
#define R_ARM_THM_CALL 10 /* PC relative (Thumb BL and ARMv5 Thumb BLX). */
9
9
#define R_ARM_THM_JMP24 30 /* B.W */
10
10
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 ();
11
24
void __divdi3 ();
12
25
void __udivdi3 ();
13
26
void __moddi3 ();
@@ -57,6 +70,19 @@ void __aeabi_f2d();
57
70
static SymbolMap target_sym_map [] = {
58
71
REG_COMMON_SYMBOLS
59
72
/* 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 ),
60
86
REG_SYM (__divdi3 ),
61
87
REG_SYM (__udivdi3 ),
62
88
REG_SYM (__umoddi3 ),
You can’t perform that action at this time.
0 commit comments