[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patches] PowerPC -msoft-float fix
- To: patches@xxxxxxxxxx
- Subject: [patches] PowerPC -msoft-float fix
- From: Daniel Jacobowitz <dan@xxxxxxxxxxxxxxxx>
- Date: Mon, 6 Aug 2007 07:39:39 -0400
OK to commit?
I have hopes that FSF trunk will stabilize soon, since the private
futex work seems to be mostly done, and then we can merge again.
--
Daniel Jacobowitz
CodeSourcery
2007-08-01 Daniel Jacobowitz <dan@xxxxxxxxxxxxxxxx>
Backport:
2007-07-13 Steven Munroe <sjmunroe@xxxxxxxxxx>
* sysdeps/powerpc/nofpu/Makefile: Remove fe_nomask from libm-support.
Index: sysdeps/powerpc/nofpu/Makefile
===================================================================
--- sysdeps/powerpc/nofpu/Makefile (revision 2969)
+++ sysdeps/powerpc/nofpu/Makefile (working copy)
@@ -6,7 +6,7 @@ sysdep_routines += $(gcc-single-routines
endif
ifeq ($(subdir),math)
-libm-support += fenv_const fe_nomask
+libm-support += fenv_const
CPPFLAGS += -I../soft-fp/
# The follow CFLAGS are a work around for GCC Bugzilla Bug 29253
# "expand_abs wrong default code for floating point"