Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-03 | sh: Add a prototype for the gcc __set_fpscr internal function | Carmelo Amoroso | |
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> | |||
2006-08-23 | fixes from psm: disable unsupported __fpu_control and sync with upstream | Mike Frysinger | |
2003-10-08 | Patch from Atsushi Nemoto (with some additions): | Eric Andersen | |
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. |