[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r14463 - in /branches/eglibc-2_13/ports: ./ sysdeps/powerpc/powerpc32/e500/fpu/



Author: joseph
Date: Wed Jul  6 09:57:30 2011
New Revision: 14463

Log:
2011-07-06  David Kuehling  <dvdkhlng@xxxxxx>

	* ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c,
	ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c: New files.

Added:
    branches/eglibc-2_13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c
    branches/eglibc-2_13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c
Modified:
    branches/eglibc-2_13/ports/ChangeLog.eglibc

Modified: branches/eglibc-2_13/ports/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_13/ports/ChangeLog.eglibc (original)
+++ branches/eglibc-2_13/ports/ChangeLog.eglibc Wed Jul  6 09:57:30 2011
@@ -1,3 +1,8 @@
+2011-07-06  David Kuehling  <dvdkhlng@xxxxxx>
+
+	* ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c,
+	ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c: New files.
+
 2011-03-21  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	* sysdeps/arm/eabi/bits/predefs.h: Correct license reference in

Added: branches/eglibc-2_13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c
==============================================================================
--- branches/eglibc-2_13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c (added)
+++ branches/eglibc-2_13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c Wed Jul  6 09:57:30 2011
@@ -1,0 +1,1 @@
+#include <math/s_fma.c>

Added: branches/eglibc-2_13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c
==============================================================================
--- branches/eglibc-2_13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c (added)
+++ branches/eglibc-2_13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c Wed Jul  6 09:57:30 2011
@@ -1,0 +1,1 @@
+#include <math/s_fmaf.c>