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#endif 12 __ashldi3; 13 __ashrdi3; 14 __cmpdi2; 15 __divdi3; 16 __fixdfdi; 17 __fixsfdi; 18 __fixunsdfdi; 19 __fixunssfdi; 20 __floatdidf; 21 __floatdisf; 22#ifndef __i386__ 23 __floatunsdidf; 24 __iordi3; 25 __lshldi3; 26#endif 27 __lshrdi3; 28 __moddi3; 29 __muldi3; 30 __negdi2; 31#ifndef __i386__ 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