2013-09-26 Steve Ellcey <sellcey@mips.com>
authorSteve Ellcey <sellcey@mips.com>
Thu, 3 Oct 2013 19:56:34 +0000 (12:56 -0700)
committerSteve Ellcey <sellcey@mips.com>
Thu, 3 Oct 2013 19:56:34 +0000 (12:56 -0700)
[BZ #15632]
* sysdeps/mips/mips32/fpu/e_sqrt.c: New.
* sysdeps/mips/mips32/fpu/e_sqrtf.c: New.
* sysdeps/mips/mips64/n32/fpu/e_sqrt.c: New.
* sysdeps/mips/mips64/n32/fpu/e_sqrtf.c: New.
* sysdeps/mips/mips64/n64/fpu/e_sqrt.c: New.
* sysdeps/mips/mips64/n64/fpu/e_sqrtf.c: New.

ports/sysdeps/mips/mips32/fpu/e_sqrt.c [new file with mode: 0644]
ports/sysdeps/mips/mips32/fpu/e_sqrtf.c [new file with mode: 0644]
ports/sysdeps/mips/mips64/n32/fpu/e_sqrt.c [new file with mode: 0644]
ports/sysdeps/mips/mips64/n32/fpu/e_sqrtf.c [new file with mode: 0644]
ports/sysdeps/mips/mips64/n64/fpu/e_sqrt.c [new file with mode: 0644]
ports/sysdeps/mips/mips64/n64/fpu/e_sqrtf.c [new file with mode: 0644]

diff --git a/ports/sysdeps/mips/mips32/fpu/e_sqrt.c b/ports/sysdeps/mips/mips32/fpu/e_sqrt.c
new file mode 100644 (file)
index 0000000..81f4e77
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/mips/fpu/e_sqrt.c>
diff --git a/ports/sysdeps/mips/mips32/fpu/e_sqrtf.c b/ports/sysdeps/mips/mips32/fpu/e_sqrtf.c
new file mode 100644 (file)
index 0000000..fb0700d
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/mips/fpu/e_sqrtf.c>
diff --git a/ports/sysdeps/mips/mips64/n32/fpu/e_sqrt.c b/ports/sysdeps/mips/mips64/n32/fpu/e_sqrt.c
new file mode 100644 (file)
index 0000000..81f4e77
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/mips/fpu/e_sqrt.c>
diff --git a/ports/sysdeps/mips/mips64/n32/fpu/e_sqrtf.c b/ports/sysdeps/mips/mips64/n32/fpu/e_sqrtf.c
new file mode 100644 (file)
index 0000000..fb0700d
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/mips/fpu/e_sqrtf.c>
diff --git a/ports/sysdeps/mips/mips64/n64/fpu/e_sqrt.c b/ports/sysdeps/mips/mips64/n64/fpu/e_sqrt.c
new file mode 100644 (file)
index 0000000..81f4e77
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/mips/fpu/e_sqrt.c>
diff --git a/ports/sysdeps/mips/mips64/n64/fpu/e_sqrtf.c b/ports/sysdeps/mips/mips64/n64/fpu/e_sqrtf.c
new file mode 100644 (file)
index 0000000..fb0700d
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/mips/fpu/e_sqrtf.c>