2006-01-06 Roland McGrath <roland@redhat.com>

* sysdeps/powerpc/nofpu/Versions (libc: GLIBC_2.4): New set.
	Add __floatundidf, __floatundisf, __floatunditf, __floatunsidf,
	__floatunsisf, __floatunsitf, __unorddf2, __unordsf2, __unordtf2.
This commit is contained in:
Roland McGrath 2006-01-06 10:50:45 +00:00
parent 1b27504c9f
commit 5a0a18f1f0
1 changed files with 5 additions and 0 deletions

View File

@ -10,4 +10,9 @@ libc {
__negdf2; __negsf2; __sqrtdf2; __sqrtsf2; __subdf3;
__subsf3; __truncdfsf2; __trunctfsf2;
}
GLIBC_2.4 {
__floatundidf; __floatundisf; __floatunditf;
__floatunsidf; __floatunsisf; __floatunsitf;
__unorddf2; __unordsf2; __unordtf2;
}
}