summaryrefslogtreecommitdiffstats
path: root/libm/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-221-2/+6
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+2
| | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libm/Makefile.in: reformat the list of wrappersDenis Vlasenko2009-02-171-17/+120
| | | | | | | | | | | | | | | so that it is easier to modify, sort, etc; use __ in filenames of wrappers which wrap __functions (it may be useful to have function and file names ALWAYS match); remove names of not implemented wrappers (it was generating useless empty .o files). libm/ldouble_wrappers.c: comment out the wrapper which is not compiled anyway test/math/compile_test.c: improve this test, it was optimizing out some calls, and we don't want that. No actual code changes.
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-171-2/+2
| | | | | *: fix everything which prevents above from building
* ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.Denis Vlasenko2009-02-091-1/+1
| | | | | | remove wrong casts to long double of long return values. remove lots of empty lines.
* fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko2009-02-061-2/+3
|
* libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko2009-02-051-1/+1
| | | | | | This makes in possible to enable test/math (not it compiles, but has lots of test failures).
* libm_sh: fix libm build for shCarmelo Amoroso2009-01-141-3/+0
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* libm: remove scalbln implementation, it seems to be less correct than scalbn.Denis Vlasenko2009-01-031-2/+1
| | | | | | | | | | instead, either alias scalbln to scalbn if int == long on this arch, or just call scalbn form scalbln. text data bss dec hex filename - 45297 180 4 45481 b1a9 lib/libm.so + 44969 180 4 45153 b061 lib/libm.so
* libm/*: delete many incarnations of logarithmic gamma function,Denis Vlasenko2008-12-291-5/+4
| | | | | | | | | aliasing them instead af appropriate. Also alias drem to remainder. text data bss dec hex filename - 43568 176 4 43748 aae4 lib/libm.so + 43444 176 4 43624 aa68 lib/libm.so
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-281-10/+9
| | | | | | | | | define them as aliases instead. text data bss dec hex filename - 45402 180 4 45586 b212 lib/libm-0.9.30-svn.so + 45302 180 4 45486 b1ae lib/libm-0.9.30-svn.so
* - sync with trunk @r24492Bernhard Reutner-Fischer2008-12-221-16/+23
|
* Sync with trunk.Khem Raj2008-12-151-1/+0
|
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-19/+41
| | | | | Step 3 libm and related headers
* Synch libm with trunkCarmelo Amoroso2008-06-181-15/+32
|
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-1/+1
| | | | | | | Step 6: fix Makefiles to use $(VERSION) and the compiler-driver for the link stage Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Add SH minimal support for floating point exceptioins.Carmelo Amoroso2007-11-211-0/+1
| | | | | | Required for example by qt-embedded libraries. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2007-01-201-1/+1
|
* Merge from trunk."Steven J. Hill"2006-08-211-1/+1
|
* Merge from trunk."Steven J. Hill"2006-02-251-4/+4
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-20/+28
|
* Merge from trunk."Steven J. Hill"2005-11-291-5/+9
|
* Sync up with trunk."Steven J. Hill"2005-11-191-1/+1
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-45/+67
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+134