summaryrefslogtreecommitdiff
path: root/libgcc/config/i386/64/_powitf2.c
blob: 4da3a18f0758e780d7a413392a4419cbd881b9e0 (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 __powitf2 __powitf2_shared
#endif
#endif

#define L_powitf2
#include "libgcc2.c"

#ifdef SHARED
#ifndef __MIDIPIX
#undef __powitf2
extern __typeof__ (__powitf2_shared) __powitf2_compat __attribute__((alias ("__powitf2_shared")));
#endif

#if !defined(_WIN32) && !defined(__MIDIPIX)
asm (".symver __powitf2_compat,__powitf2@GCC_4.0.0");
asm (".symver __powitf2_shared,__powitf2@@GCC_4.3.0");
#endif
#endif