Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sparc: don't access fp registers when configured for no fpu | Austin Foxley | 2011-04-22 | 1 | -0/+2 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Adding quad float gcc intrinsic implementation for SPARC | Austin Foxley | 2010-11-18 | 40 | -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> |