xref: /netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/64/letf2.c (revision ead2c0eee3abe6bcf08c63bfc78eb8a93a579b2b)
1 #ifdef SHARED
2 #define __lttf2 __lttf2_shared
3 #endif
4 
5 #include "config/soft-fp/letf2.c"
6 
7 #ifdef SHARED
8 #undef __lttf2
9 strong_alias (__lttf2_shared, __lttf2_compat);
10 
11 #ifndef _WIN32
12 asm (".symver __lttf2_compat,__lttf2@GCC_3.0");
13 asm (".symver __lttf2_shared,__lttf2@@GCC_4.3.0");
14 #endif
15 #endif
16