summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Collapse)AuthorAgeFilesLines
...
* - add __ieee754_log2()Bernhard Reutner-Fischer2008-09-253-1/+132
|
* - fix typoBernhard Reutner-Fischer2008-09-251-1/+1
|
* - remove files that are not either LGPL or Public Domain.Bernhard Reutner-Fischer2008-09-2523-1750/+313
| | | | | | | | | - pull replacement funcs for fpmacros.c from glibc This removes the powerpc/classic implementation which did not state any license but read: Copyright © 1991 Apple Computer, Inc. All rights reserved. and thus was dubious (and not needed).
* - fix indentationBernhard Reutner-Fischer2008-09-061-18/+25
|
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-232-10/+10
|
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-171-3/+0
|
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-041-2/+2
| | | | | | - tidy up PTHREADS_DEBUG_SUPPORT by using per-target STRIP_FLAGS for the few This fixes the spurious rebuilds bernd and vda were seeing with libpthreads.
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-011-3/+3
| | | | | | | | | libc when one of the source files changes. Since there are more places which want to depend on $(libc), fix them all to use a new variable $(libc.depend), which contains the filename for which we have a rule.
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-3/+1
|
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-248-39/+39
|
* - use a 16bit value for fnstsw as required by newer binutils.Bernhard Reutner-Fischer2008-04-041-1/+1
|
* - add C99 floating point environment, rounding and exception handling functionsBernhard Reutner-Fischer2008-01-1915-0/+794
| | | | for i386. UCLIBC_HAS_FENV
* - use libm_DIR and libm_OUTBernhard Reutner-Fischer2008-01-171-9/+8
|
* Brian Austin writes: This patch adds MAVERICK CRUNCH FPU support for the ↵Mike Frysinger2008-01-051-4/+5
| | | | Cirrus Logic EP93XX ARM9 Procs.
* import trunc()/truncf() for ISO C requirements, otherwise fortran can hit ↵Mike Frysinger2007-12-083-3/+60
| | | | infinite loops when it generates builtins+trunc() substitutes
* remove __* symbols and enable llrintf()Mike Frysinger2007-04-123-8/+4
|
* import llrint() from glibcMike Frysinger2007-04-032-1/+94
|
* implement cargMike Frysinger2007-04-023-3/+46
|
* Fix fallout from the e500 math integration.Joakim Tjernlund2007-04-021-1/+1
| | | | from Steve Papacharalambous.
* From Steve Papacharalambous:Joakim Tjernlund2007-03-3135-0/+834
| | | | Add math support for PowerPC e500.
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-1/+1
|
* fix return casts for a bunch of functionsMike Frysinger2006-09-231-5/+5
|
* grab s_lrint from glibc for C99Mike Frysinger2006-09-233-2/+95
|
* Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6kPeter S. Mazinger2006-03-224-1/+9
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-102-3/+0
| | | | most of global data relocations are back
* rename generic variables to avoid conflict with libc subdirsMike Frysinger2006-02-251-4/+4
|
* we use _GNU_SOURCE for all of uClibc nowMike Frysinger2006-02-181-1/+0
|
* add infrastructure for fenvMike Frysinger2006-02-181-1/+5
|
* DOMULTI may be used for libc, the excluded files need work, ↵Peter S. Mazinger2006-02-151-2/+2
| | | | linuxthreads[_db] as well, don't try on slow box
* Do not default to _POSIX_MODEPeter S. Mazinger2006-02-132-2/+2
|
* prototype was wrong, change not testedPeter S. Mazinger2006-02-021-0/+4
|
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-1/+1
|
* include math.h to get the prototypePeter S. Mazinger2006-01-315-0/+5
|
* back to inline, mips failsPeter S. Mazinger2006-01-301-1/+1
|
* rename exp to _exp for sake of shadow warningsMike Frysinger2006-01-291-8/+8
|
* Some more prototypes, enable missing-prototypes/declarations warnings for nowPeter S. Mazinger2006-01-261-0/+2
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
|
* Use libm_ARCH_DIR and cleanup all possible archsPeter S. Mazinger2006-01-201-2/+2
|
* move some generic arch rules up a level to remove duplicationMike Frysinger2006-01-202-9/+4
|
* no need for libm_DEFPeter S. Mazinger2006-01-191-2/+1
|
* Add multi support to libm, remove lib*-multi-y, unneededPeter S. Mazinger2006-01-192-23/+24
|
* change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C ↵Mike Frysinger2006-01-181-2/+2
| | | | namespace
* Remove unused prototypesPeter S. Mazinger2006-01-171-36/+0
|
* Remove __P() and add attribute_hidden to internal prototypesPeter S. Mazinger2006-01-171-64/+64
|
* Remove explicit signgam prototype, use header insteadPeter S. Mazinger2006-01-174-6/+4
|
* last math related global data reloc (_LIB_VERSION) removedPeter S. Mazinger2006-01-172-1/+4
|
* All math related relocs gonePeter S. Mazinger2006-01-1781-28/+272
|
* hide __kernel functionsMike Frysinger2005-12-291-5/+5
|
* Build PIC objects if DOPIC is set, thx to pcjPeter S. Mazinger2005-12-231-0/+4
|
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵Peter S. Mazinger2005-12-161-4/+4
| | | | of __attribute__ ...