1 #ifdef SHARED
2 #define __multc3 __multc3_shared
3 #endif
4 
5 #define L_multc3
6 #include "libgcc2.c"
7 
8 #ifdef SHARED
9 #undef __multc3
10 extern __typeof__ (__multc3_shared) __multc3_compat __attribute__((alias ("__multc3_shared")));
11 
12 #ifndef _WIN32
13 asm (".symver __multc3_compat,__multc3@GCC_4.0.0");
14 asm (".symver __multc3_shared,__multc3@@GCC_4.3.0");
15 #endif
16 #endif
17