summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/fpu_control.h
Commit message (Collapse)AuthorAgeFilesLines
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-241-2/+2
|
* Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund2007-02-121-0/+94
| | | | | | | in the powerpc arch code and make more code common with classic PowerPC. From Steve Papacharalambous Lets hope I didn't break something.
* Add support for PowerPC e500, libc part only.Joakim Tjernlund2007-02-041-71/+0
| | | | | Math support to be done. From Steve Papacharalambous, stevep@freescale.com
* fixes from psm: disable unsupported __fpu_control and sync with upstreamMike Frysinger2006-08-231-0/+2
|
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-081-0/+69
Current uClibc contains only one fpu_control.h and it is i386 version. This is a patch to use platform specific fpu_control.h. All new files come from glibc 2.3.2. This patch is against 0.9.21 but also can be applied to CVS as is.