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.20-415-g9d1fc92


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  9d1fc928a4c3ab15b46945b0abdf7054a75cc010 (commit)
       via  2ef4b74a10cb92eff14d7c78851c773cf9348bd8 (commit)
      from  8622d5568841458e801f8dd82846c5ba7e415f3e (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=9d1fc928a4c3ab15b46945b0abdf7054a75cc010

commit 9d1fc928a4c3ab15b46945b0abdf7054a75cc010
Author: Steve Ellcey <sellcey@mips.com>
Date:   Mon Dec 22 10:36:49 2014 -0800

    Remove trailing whitespace.

diff --git a/ChangeLog b/ChangeLog
index bbe00a2..fb4b955 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -99,7 +99,7 @@
 	(PTR_ADDIU): Use addiu for mips32r6/mips64r6.
 	(PTR_SUBU): Use subu for mips32r6/mips64r6.
 	(PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
-	* sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for 
+	* sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
 	mips32r6/mips64r6.
 	(PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
 

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2ef4b74a10cb92eff14d7c78851c773cf9348bd8

commit 2ef4b74a10cb92eff14d7c78851c773cf9348bd8
Author: Steve Ellcey <sellcey@mips.com>
Date:   Mon Dec 22 10:35:32 2014 -0800

    Add missing ChangeLog entries from Friday (Dec 19, 2014).

diff --git a/ChangeLog b/ChangeLog
index 708f8a9..bbe00a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -83,6 +83,26 @@
 	* sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
 	strnlen.
 
+2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
+
+	* sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
+	of multu on MIPSr6.
+	* sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
+	* sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
+	* sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
+	* sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
+	* sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
+
+2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
+
+	* sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
+	(PTR_ADDIU): Use addiu for mips32r6/mips64r6.
+	(PTR_SUBU): Use subu for mips32r6/mips64r6.
+	(PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
+	* sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for 
+	mips32r6/mips64r6.
+	(PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
+
 2014-12-19  OndÅ?ej Bílka  <neleai@seznam.cz>
 
 	* string/strncat.c (STRNCAT): Simplify implementation.

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

Summary of changes:
 ChangeLog |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)


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]