repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
config
/
rs6000
/
libgcc-ppc-glibc.ver
blob
988ed76aa8e9452f41388830ccfe9f48b5aafbac
1
%ifndef _SOFT_FLOAT
2
%ifndef __powerpc64__
3
%exclude {
4
__multc3
5
__divtc3
6
__powitf2
7
__fixtfdi
8
__fixunstfdi
9
__floatditf
10
}
11
12
GCC_4.1.0 {
13
# long double support
14
__multc3
15
__divtc3
16
__powitf2
17
__fixtfdi
18
__fixunstfdi
19
__floatditf
20
21
%else
22
GCC_3.4.4 {
23
%endif
24
25
# long double support
26
__gcc_qadd
27
__gcc_qsub
28
__gcc_qmul
29
__gcc_qdiv
30
}
31
%endif