1/* 2 * $FreeBSD$ 3 */ 4 5FBSD_1.0 { 6}; 7 8/* XXX - Do these really need to be exported??? */ 9FBSDprivate_1.0 { 10#if 0 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#endif 38}; 39