OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / libgcc / config / i386 / 64 / eqtf2.c
1 #ifdef SHARED
2 #define __netf2 __netf2_shared
3 #endif
4
5 #include "config/soft-fp/eqtf2.c"
6
7 #ifdef SHARED
8 #undef __netf2
9 strong_alias (__netf2_shared, __netf2_compat);
10
11 asm (".symver __netf2_compat,__netf2@GCC_3.0");
12 asm (".symver __netf2_shared,__netf2@@GCC_4.3.0");
13 #endif