mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-01 02:54:39 +01:00
5904152eeb
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37371 a95241bf-73f2-0310-859d-f6bbb57e9c96
12 lines
213 B
NASM
12 lines
213 B
NASM
#ifdef SHARED
|
|
#define __fixunstfti __fixunstfti_compat
|
|
#endif
|
|
|
|
#define L_fixunstfdi
|
|
#include "config/ia64/lib1funcs.asm"
|
|
|
|
#ifdef SHARED
|
|
#undef __fixunstfti
|
|
.symver __fixunstfti_compat, __fixunstfti@GCC_3.0
|
|
#endif
|