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
2015-07-17 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
libgcc
/
config
/
ia64
/
__divxf3.S
blob
9cba8f594233107d4d985e7d399826ed366a5ded
1
#ifdef SHARED
2
#define __divtf3 __divtf3_compat
3
#endif
4
5
#define L__divxf3
6
#include "config/ia64/lib1funcs.S"
7
8
#ifdef SHARED
9
#undef __divtf3
10
.symver __divtf3_compat, __divtf3@GCC_3.0
11
#endif