repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
libgcc
/
config
/
ia64
/
_fixunstfdi.S
blob
aac6a284eaa455c452d9de4140d36f3e55a05e19
1
#ifdef SHARED
2
#define __fixunstfti __fixunstfti_compat
3
#endif
4
5
#define L_fixunstfdi
6
#include "config/ia64/lib1funcs.S"
7
8
#ifdef SHARED
9
#undef __fixunstfti
10
.symver __fixunstfti_compat, __fixunstfti@GCC_3.0
11
#endif