mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
12 lines
205 B
ArmAsm
12 lines
205 B
ArmAsm
|
#ifdef SHARED
|
||
|
#define __floattitf __floattitf_compat
|
||
|
#endif
|
||
|
|
||
|
#define L_floatditf
|
||
|
#include "config/ia64/lib1funcs.S"
|
||
|
|
||
|
#ifdef SHARED
|
||
|
#undef __floattitf
|
||
|
.symver __floattitf_compat, __floattitf@GCC_3.0
|
||
|
#endif
|