This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] fix build problem in powerpc soft-fp


This patch fixes a build problem associated with a missing target caused
by the resent feholdexcpt() fixes.


2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/nofpu/fe_mask.c: New File.
	* sysdeps/powerpc/nofpu/fe_nomask.c: New File.


diff -urN libc25-cvstip-20070510/ports-cvstip-20070510/sysdeps/powerpc/nofpu/fe_mask.c libc25/ports/sysdeps/powerpc/nofpu/fe_mask.c
--- libc25-cvstip-20070510/ports-cvstip-20070510/sysdeps/powerpc/nofpu/fe_mask.c	Wed Dec 31 18:00:00 1969
+++ libc25/ports/sysdeps/powerpc/nofpu/fe_mask.c	Thu May 24 14:18:13 2007
@@ -0,0 +1,2 @@
+/* empty implementation for soft-fp */
+
diff -urN libc25-cvstip-20070510/ports-cvstip-20070510/sysdeps/powerpc/nofpu/fe_nomask.c libc25/ports/sysdeps/powerpc/nofpu/fe_nomask.c
--- libc25-cvstip-20070510/ports-cvstip-20070510/sysdeps/powerpc/nofpu/fe_nomask.c	Wed Dec 31 18:00:00 1969
+++ libc25/ports/sysdeps/powerpc/nofpu/fe_nomask.c	Thu May 24 14:18:30 2007
@@ -0,0 +1,2 @@
+/* empty implementation for soft-fp */
+

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]