1130391Sle/*
2130391Sle * $FreeBSD$
3130391Sle */
4130391Sle
5130391SleFBSD_1.0 {
6130391Sle	/*
7130391Sle	 * These symbols really shouldn't be exported since they should
8130391Sle	 * be pulled from libgcc, but the build of some applications is
9130391Sle	 * broken and they expect to see them in libc.  glibc exports
10130391Sle	 * them, but they do not appear to be exported in Solaris.
11130391Sle	 */
12130391Sle	__adddi3;
13130391Sle	__anddi3;
14130391Sle	__ashldi3;
15130391Sle	__ashrdi3;
16130391Sle	__cmpdi2;
17130391Sle	__divdi3;
18130391Sle	__fixdfdi;
19130391Sle	__fixsfdi;
20130391Sle	__fixunsdfdi;
21130391Sle	__fixunssfdi;
22130391Sle	__floatdidf;
23130391Sle	__floatdisf;
24130391Sle	__floatunsdidf;
25130391Sle	__iordi3;
26130391Sle	__lshldi3;
27130391Sle	__lshrdi3;
28130391Sle	__moddi3;
29130391Sle	__muldi3;
30130391Sle	__negdi2;
31130391Sle	__one_cmpldi2;
32130391Sle	__qdivrem;
33130391Sle	__subdi3;
34130391Sle	__ucmpdi2;
35130391Sle	__udivdi3;
36130391Sle	__umoddi3;
37130391Sle	__xordi3;
38130391Sle};
39130391Sle