summaryrefslogtreecommitdiff
path: root/libgcc/config/i386/64/_multc3.c
blob: 63f2180606d176f01624002249aa615ee2f2254a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifdef SHARED
#ifndef __MIDIPIX
#define __multc3 __multc3_shared
#endif
#endif

#define L_multc3
#include "libgcc2.c"

#ifdef SHARED
#ifndef __MIDIPIX
#undef __multc3
extern __typeof__ (__multc3_shared) __multc3_compat __attribute__((alias ("__multc3_shared")));
#endif

#if !defined(_WIN32) && !defined(__MIDIPIX)
asm (".symver __multc3_compat,__multc3@GCC_4.0.0");
asm (".symver __multc3_shared,__multc3@@GCC_4.3.0");
#endif
#endif