]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/quad/Symbol.map
libc: Specify parameter types for function pointer
[FreeBSD/FreeBSD.git] / lib / libc / quad / Symbol.map
1 FBSD_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         __adddi3;
9         __anddi3;
10         __ashldi3;
11         __ashrdi3;
12         __cmpdi2;
13         __divdi3;
14         __fixdfdi;
15         __fixsfdi;
16         __fixunsdfdi;
17         __fixunssfdi;
18         __floatdidf;
19         __floatdisf;
20         __floatunsdidf;
21         __iordi3;
22         __lshldi3;
23         __lshrdi3;
24         __moddi3;
25         __muldi3;
26         __negdi2;
27         __one_cmpldi2;
28         __qdivrem;
29         __subdi3;
30         __ucmpdi2;
31         __udivdi3;
32         __umoddi3;
33         __xordi3;
34 };