[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r10505 - in /trunk/libc: ChangeLog NEWS version.h
- To: commits@xxxxxxxxxx
- Subject: [commits] r10505 - in /trunk/libc: ChangeLog NEWS version.h
- From: joseph@xxxxxxxxxx
- Date: Wed, 19 May 2010 15:28:11 -0000
Author: joseph
Date: Wed May 19 08:28:04 2010
New Revision: 10505
Log:
Merge changes between r10490 and r10503 from /fsf/trunk.
Modified:
trunk/libc/ChangeLog
trunk/libc/NEWS
trunk/libc/version.h
Modified: trunk/libc/ChangeLog
==============================================================================
--- trunk/libc/ChangeLog (original)
+++ trunk/libc/ChangeLog Wed May 19 08:28:04 2010
@@ -1,3 +1,13 @@
+2010-05-17 Luis Machado <luisgpm@xxxxxxxxxx>
+
+ POWER7 optimizations.
+ * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
+ * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
+
+2010-05-19 Ulrich Drepper <drepper@xxxxxxxxxx>
+
+ * version.h: Update for 2.13 development version.
+
2010-05-12 Andrew Stubbs <ams@xxxxxxxxxxxxxxxx>
* sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
Modified: trunk/libc/NEWS
==============================================================================
--- trunk/libc/NEWS (original)
+++ trunk/libc/NEWS Wed May 19 08:28:04 2010
@@ -1,9 +1,13 @@
-GNU C Library NEWS -- history of user-visible changes. 2010-5-4
+GNU C Library NEWS -- history of user-visible changes. 2010-5-19
Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc.
See the end for copying conditions.
Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
using `glibc' in the "product" field.
+
+Version 2.13
+
+* POWER7 optimizations: memset
Version 2.12
Modified: trunk/libc/version.h
==============================================================================
--- trunk/libc/version.h (original)
+++ trunk/libc/version.h Wed May 19 08:28:04 2010
@@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
-#define RELEASE "stable"
-#define VERSION "2.12"
+#define RELEASE "development"
+#define VERSION "2.12.90"