summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc/soft-fp
Commit message (Collapse)AuthorAgeFilesLines
* sparc: don't access fp registers when configured for no fpuAustin Foxley2011-04-221-0/+2
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Adding quad float gcc intrinsic implementation for SPARCAustin Foxley2010-11-1840-0/+7213
Sparc-Gcc generates q_xxx intrinsic calls for quad float ("long double") code. The routines from glibc's glibc-2.9/sysdeps/sparc/sparc32/soft-fp/* where taken and ported to uclibc. Signed-off-by: Konrad Eisele <konrad@gaisler.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>