summaryrefslogtreecommitdiffstats
path: root/docs/defines.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs/defines.txt: add a note about possibly obsolete __LDBL_COMPATDenys Vlasenko2009-09-181-0/+2
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-08-191-5/+2
| | | | | | | | | | | Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* corrected typoDenys Vlasenko2009-08-191-1/+1
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-281-0/+3
| | | | | | | | | 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
* document internal_functionDenis Vlasenko2008-12-251-0/+5
|
* Merges from trunk.Khem Raj2008-12-221-1/+6
|
* Merge from trunk.Khem Raj2008-12-151-0/+61