freebsd-dev/lib/libc
Jake Burkholder 05f2fa5cee Add code to emulate arithmetic, comparison and conversion operations
on long double, which are not implemented in hardware on any UltraSPARC
chip that I know of.  This just calls into the existing floating point
emulator, which is still needed to emulate other floating point operations
in certain conditions.  Without this gcc has to generate the quad floating
point instructions directly, which sometimes causes internal compiler
errors.

Reviewed by:	tmm
2002-04-28 02:36:36 +00:00
..
alpha Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00
amd64 Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
compat-43 Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
db W/o __P, the internal declarations will all fit on one line. 2002-03-23 18:22:40 +00:00
gen #include <string.h> instead of <strings.h> 2002-04-25 18:14:39 +00:00
gmon Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
i386 Standardize on our SCM ID style. 2002-03-23 02:44:19 +00:00
ia64 Implement _Unwind_FindTableEntry(). This function is part of GCC 2002-04-13 04:06:34 +00:00
include Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
locale Remove the hard-coded limit of 3 bytes for EUC encodings. 2002-04-14 10:55:42 +00:00
net just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. 2002-04-19 04:46:24 +00:00
nls Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
posix1e Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
quad Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
regex Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00
rpc Fix the style of the SCM ID's. 2002-03-22 23:18:37 +00:00
sparc64 Add code to emulate arithmetic, comparison and conversion operations 2002-04-28 02:36:36 +00:00
stdio Implement several of the c99 updates to scanf(3): 2002-04-20 17:00:56 +00:00
stdlib Constify _malloc_options. 2002-04-24 16:49:36 +00:00
stdtime Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00
string Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
sys mdoc(7) police: polishing. 2002-04-19 11:24:02 +00:00
xdr Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
yp Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
Makefile Embellish more. 2002-03-26 23:09:34 +00:00
Makefile.inc Activate build of posix1e extensions in libc and libc_r that have been 2001-04-04 18:17:28 +00:00