Mercurial > hg > CbC > CbC_gcc
comparison libgcc/config/ia64/_fixunstfdi.asm @ 0:a06113de4d67
first commit
author | kent <kent@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Jul 2009 14:47:48 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a06113de4d67 |
---|---|
1 #ifdef SHARED | |
2 #define __fixunstfti __fixunstfti_compat | |
3 #endif | |
4 | |
5 #define L_fixunstfdi | |
6 #include "config/ia64/lib1funcs.asm" | |
7 | |
8 #ifdef SHARED | |
9 #undef __fixunstfti | |
10 .symver __fixunstfti_compat, __fixunstfti@GCC_3.0 | |
11 #endif |