summaryrefslogtreecommitdiff
path: root/libgcc/config/i386/64/_divtc3.c
blob: 9c5e19b1f57f0628b13d10f8af445dd23f2eac56 (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 __divtc3 __divtc3_shared
#endif
#endif

#define L_divtc3
#include "libgcc2.c"

#ifdef SHARED
#ifndef __MIDIPIX
#undef __divtc3
extern __typeof__ (__divtc3_shared) __divtc3_compat __attribute__((alias ("__divtc3_shared")));
#endif

#if !defined(_WIN32) && !defined(__MIDIPIX)
asm (".symver __divtc3_compat,__divtc3@GCC_4.0.0");
asm (".symver __divtc3_shared,__divtc3@@GCC_4.3.0");
#endif
#endif