This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc 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]

GNU C Library master sources branch master updated. glibc-2.18-199-gbc543b0


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  bc543b02c78ead13ea558a00b51f83079cbabda9 (commit)
      from  c4264185abbb23416a52f3b3e88554f7d0fcdabe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bc543b02c78ead13ea558a00b51f83079cbabda9

commit bc543b02c78ead13ea558a00b51f83079cbabda9
Author: Steve Ellcey <sellcey@mips.com>
Date:   Thu Oct 3 12:56:34 2013 -0700

    2013-09-26  Steve Ellcey  <sellcey@mips.com>
    
    	[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.

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

-----------------------------------------------------------------------

Summary of changes:
 ports/sysdeps/mips/mips32/fpu/e_sqrt.c      |    1 +
 ports/sysdeps/mips/mips32/fpu/e_sqrtf.c     |    1 +
 ports/sysdeps/mips/mips64/n32/fpu/e_sqrt.c  |    1 +
 ports/sysdeps/mips/mips64/n32/fpu/e_sqrtf.c |    1 +
 ports/sysdeps/mips/mips64/n64/fpu/e_sqrt.c  |    1 +
 ports/sysdeps/mips/mips64/n64/fpu/e_sqrtf.c |    1 +
 6 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 ports/sysdeps/mips/mips32/fpu/e_sqrt.c
 create mode 100644 ports/sysdeps/mips/mips32/fpu/e_sqrtf.c
 create mode 100644 ports/sysdeps/mips/mips64/n32/fpu/e_sqrt.c
 create mode 100644 ports/sysdeps/mips/mips64/n32/fpu/e_sqrtf.c
 create mode 100644 ports/sysdeps/mips/mips64/n64/fpu/e_sqrt.c
 create mode 100644 ports/sysdeps/mips/mips64/n64/fpu/e_sqrtf.c


hooks/post-receive
-- 
GNU C Library master sources


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