1  #ifdef SHARED
       2  #define __gttf2 __gttf2_shared
       3  #endif
       4  
       5  #include "soft-fp/getf2.c"
       6  
       7  #ifdef SHARED
       8  #undef __gttf2
       9  strong_alias (__gttf2_shared, __gttf2_compat);
      10  
      11  #ifndef _WIN32
      12  asm (".symver __gttf2_compat,__gttf2@GCC_3.0");
      13  asm (".symver __gttf2_shared,__gttf2@@GCC_4.3.0");
      14  #endif
      15  #endif