xref: /freebsd/lib/libc/quad/Symbol.map (revision 63f537551380d2dab29fa402ad1269feae17e594)
1/*
2 */
3
4FBSD_1.0 {
5	/*
6	 * These symbols really shouldn't be exported since they should
7	 * be pulled from libgcc, but the build of some applications is
8	 * broken and they expect to see them in libc.  glibc exports
9	 * them, but they do not appear to be exported in Solaris.
10	 */
11	__adddi3;
12	__anddi3;
13	__ashldi3;
14	__ashrdi3;
15	__cmpdi2;
16	__divdi3;
17	__fixdfdi;
18	__fixsfdi;
19	__fixunsdfdi;
20	__fixunssfdi;
21	__floatdidf;
22	__floatdisf;
23	__floatunsdidf;
24	__iordi3;
25	__lshldi3;
26	__lshrdi3;
27	__moddi3;
28	__muldi3;
29	__negdi2;
30	__one_cmpldi2;
31	__qdivrem;
32	__subdi3;
33	__ucmpdi2;
34	__udivdi3;
35	__umoddi3;
36	__xordi3;
37};
38