blob: 22a33873081fe02a59f912bf52131b74b6bfc1af [file] [log] [blame]
Dimitry Ivanov19acb692016-02-25 14:22:32 -08001/*
2 * Copyright (C) 2016 The Android Open Source Project
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
12 * the documentation and/or other materials provided with the
13 * distribution.
14 *
15 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
19 * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
22 * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
25 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 */
David 'Digit' Turner2a7ad972009-09-29 14:43:38 -070028
Dmitriy Ivanov6a45fe92014-04-18 16:03:03 -070029extern char __adddf3;
30extern char __addsf3;
31extern char __aeabi_cdcmpeq;
32extern char __aeabi_cdcmple;
33extern char __aeabi_cdrcmple;
34extern char __aeabi_d2f;
35extern char __aeabi_d2iz;
36extern char __aeabi_dadd;
37extern char __aeabi_dcmpeq;
38extern char __aeabi_dcmpge;
39extern char __aeabi_dcmpgt;
40extern char __aeabi_dcmple;
41extern char __aeabi_dcmplt;
42extern char __aeabi_dcmpun;
43extern char __aeabi_ddiv;
44extern char __aeabi_dmul;
45extern char __aeabi_drsub;
46extern char __aeabi_dsub;
47extern char __aeabi_f2d;
48extern char __aeabi_f2iz;
49extern char __aeabi_f2uiz;
50extern char __aeabi_fadd;
51extern char __aeabi_fcmpun;
52extern char __aeabi_fdiv;
53extern char __aeabi_fmul;
54extern char __aeabi_frsub;
55extern char __aeabi_fsub;
56extern char __aeabi_i2d;
57extern char __aeabi_i2f;
58extern char __aeabi_idiv;
59extern char __aeabi_idivmod;
60extern char __aeabi_l2d;
61extern char __aeabi_l2f;
62extern char __aeabi_lasr;
63extern char __aeabi_ldivmod;
64extern char __aeabi_llsl;
65extern char __aeabi_llsr;
66extern char __aeabi_lmul;
67extern char __aeabi_ui2d;
68extern char __aeabi_ui2f;
69extern char __aeabi_uidiv;
70extern char __aeabi_uidivmod;
71extern char __aeabi_ul2d;
72extern char __aeabi_ul2f;
73extern char __aeabi_uldivmod;
74extern char __aeabi_unwind_cpp_pr0;
75extern char __aeabi_unwind_cpp_pr1;
76extern char __cmpdf2;
77extern char __divdf3;
78extern char __divsf3;
79extern char __eqdf2;
80extern char __extendsfdf2;
81extern char __fixdfsi;
82extern char __fixsfsi;
83extern char __floatdidf;
84extern char __floatdisf;
85extern char __floatsidf;
86extern char __floatsisf;
87extern char __floatundidf;
88extern char __floatundisf;
89extern char __floatunsidf;
90extern char __floatunsisf;
91extern char __gedf2;
92extern char __gtdf2;
Yi Kong165b1cf2019-02-13 14:10:10 -080093extern char __gnu_ldivmod_helper;
94extern char __gnu_uldivmod_helper;
Dmitriy Ivanov6a45fe92014-04-18 16:03:03 -070095extern char __ledf2;
96extern char __ltdf2;
97extern char __muldf3;
98extern char __muldi3;
99extern char __mulsf3;
100extern char __nedf2;
101extern char __popcount_tab;
102extern char __popcountsi2;
103extern char __subdf3;
104extern char __subsf3;
105extern char __truncdfsf2;
Yi Kong165b1cf2019-02-13 14:10:10 -0800106extern char __udivdi3;
Dmitriy Ivanov6a45fe92014-04-18 16:03:03 -0700107extern char __unorddf2;
108extern char __unordsf2;
Dmitriy Ivanovadab51a2014-02-19 17:23:24 -0800109
Yi Kong165b1cf2019-02-13 14:10:10 -0800110void* __bionic_libcrt_compat_symbols[] = {
Dmitriy Ivanov6a45fe92014-04-18 16:03:03 -0700111 &__adddf3,
112 &__addsf3,
113 &__aeabi_cdcmpeq,
114 &__aeabi_cdcmple,
115 &__aeabi_cdrcmple,
116 &__aeabi_d2f,
117 &__aeabi_d2iz,
118 &__aeabi_dadd,
119 &__aeabi_dcmpeq,
120 &__aeabi_dcmpge,
121 &__aeabi_dcmpgt,
122 &__aeabi_dcmple,
123 &__aeabi_dcmplt,
124 &__aeabi_dcmpun,
125 &__aeabi_ddiv,
126 &__aeabi_dmul,
127 &__aeabi_drsub,
128 &__aeabi_dsub,
129 &__aeabi_f2d,
130 &__aeabi_f2iz,
131 &__aeabi_f2uiz,
132 &__aeabi_fadd,
133 &__aeabi_fcmpun,
134 &__aeabi_fdiv,
135 &__aeabi_fmul,
136 &__aeabi_frsub,
137 &__aeabi_fsub,
138 &__aeabi_i2d,
139 &__aeabi_i2f,
140 &__aeabi_idiv,
141 &__aeabi_idivmod,
142 &__aeabi_l2d,
143 &__aeabi_l2f,
144 &__aeabi_lasr,
145 &__aeabi_ldivmod,
146 &__aeabi_llsl,
147 &__aeabi_llsr,
148 &__aeabi_lmul,
149 &__aeabi_ui2d,
150 &__aeabi_ui2f,
151 &__aeabi_uidiv,
152 &__aeabi_uidivmod,
153 &__aeabi_ul2d,
154 &__aeabi_ul2f,
155 &__aeabi_uldivmod,
156 &__aeabi_unwind_cpp_pr0,
157 &__aeabi_unwind_cpp_pr1,
158 &__cmpdf2,
159 &__divdf3,
160 &__divsf3,
161 &__eqdf2,
162 &__extendsfdf2,
163 &__fixdfsi,
164 &__fixsfsi,
165 &__floatdidf,
166 &__floatdisf,
167 &__floatsidf,
168 &__floatsisf,
169 &__floatundidf,
170 &__floatundisf,
171 &__floatunsidf,
172 &__floatunsisf,
173 &__gedf2,
174 &__gtdf2,
Yi Kong165b1cf2019-02-13 14:10:10 -0800175 &__gnu_ldivmod_helper,
176 &__gnu_uldivmod_helper,
Dmitriy Ivanov6a45fe92014-04-18 16:03:03 -0700177 &__ledf2,
178 &__ltdf2,
179 &__muldf3,
180 &__muldi3,
181 &__mulsf3,
182 &__nedf2,
183 &__popcount_tab,
184 &__popcountsi2,
185 &__subdf3,
186 &__subsf3,
187 &__truncdfsf2,
Yi Kong165b1cf2019-02-13 14:10:10 -0800188 &__udivdi3,
Dmitriy Ivanov6a45fe92014-04-18 16:03:03 -0700189 &__unorddf2,
190 &__unordsf2,
191};