Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sh: Add a prototype for the gcc __set_fpscr internal function | Carmelo Amoroso | 2009-12-03 | 1 | -1/+3 |
| | | | | | | | | | The sh port uses the gcc __set_fpscr internal function, but neither gcc nor glibc creates a prototype for it. This leads to a bunch of random warnings about implicit decls during the build. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | fixes from psm: disable unsupported __fpu_control and sync with upstream | Mike Frysinger | 2006-08-23 | 1 | -0/+4 |
| | |||||
* | Patch from Atsushi Nemoto (with some additions): | Eric Andersen | 2003-10-08 | 1 | -0/+56 |
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. |