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