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