Files
uClibc/libm
Bernhard Reutner-Fischer 730db44f08 libm: honor NO_LONG_DOUBLE in ldouble_wrappers
Fixes SH build breakage due to attempts to define hidden defs for
unavailable long double functions.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2015-03-24 00:11:47 +01:00
..
2014-09-16 22:42:06 +02:00
2014-09-16 22:42:06 +02:00
2012-06-15 14:00:25 +02:00
2012-06-15 14:00:25 +02:00
2005-11-21 16:15:55 +00:00
2009-08-30 11:57:48 -07:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2009-02-11 17:37:21 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2010-01-21 09:14:30 +01:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2010-06-10 22:17:04 +02:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2008-12-22 15:58:54 +00:00
2011-11-04 10:30:19 +01:00

The routines included in this math library are derived from the
math library for Apple's MacOS X/Darwin math library, which was
itself swiped from FreeBSD.  The original copyright information
is as follows:

	Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.

	Developed at SunPro, a Sun Microsystems, Inc. business.
	Permission to use, copy, modify, and distribute this
	software is freely granted, provided that this notice
	is preserved.

It has been ported to work with uClibc and generally behave
by Erik Andersen <andersen@codepoet.org>
  22 May, 2001