Up to [cvs.NetBSD.org] / src / lib / libc / gen
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Fri Apr 29 07:48:34 2011 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
Changes since 1.1.4.1: +68 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)
Pull in true (128-bit) long double support for MIPS from -current.
Revision 1.1.4.1, Mon Jan 17 23:53:03 2011 UTC (2 years, 5 months ago) by matt
Branch: matt-nb5-mips64
Changes since 1.1: +0 -68
lines
FILE REMOVED
file fpclassifyl_ieee754.c was added on branch matt-nb5-mips64 on 2011-04-29 07:48:34 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 17 23:53:03 2011 UTC (2 years, 5 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
agc-symver-base,
agc-symver,
HEAD
Branch point for: matt-nb5-mips64
Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With this
change, we should be fully conformant with the N32 and N64 ABIs.
Add {fpclassify,infinity,isnan,ininf,signbit}l_ieee754.c back to lib/libc/gen.
Note that infinityl_ieee754.c will work with either 64-bit, 80-bit, or
128-bit long doubles.