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 release/2.15/master updated. glibc-2.15-51-g53fa2b6


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, release/2.15/master has been updated
       via  53fa2b6063a484e19a6c48c4efff00a6491c0f4e (commit)
       via  c8fb02d89e0186b4d50e1dac88a20ace702ca5e9 (commit)
      from  1f7f8afb4ca6e65702296fc5e9f90df2841e79d6 (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=53fa2b6063a484e19a6c48c4efff00a6491c0f4e

commit 53fa2b6063a484e19a6c48c4efff00a6491c0f4e
Author: Chris Metcalf <cmetcalf@tilera.com>
Date:   Mon Sep 23 12:03:08 2013 -0400

    Add 13773 to NEWS for 2.15.1.

diff --git a/NEWS b/NEWS
index 37deb3d..00b447a 100644
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,8 @@ Version 2.15.1
 * The following bugs are resolved with this release:
 
   411, 2547, 2548, 11261, 11365, 11494, 13583, 13731, 13732, 13733, 13747,
-  13748, 13749, 13753, 13754, 13771, 13774, 13786, 14048, 14059, 14167,
-  14273, 14459, 14621, 14648, 14040
+  13748, 13749, 13753, 13754, 13771, 13773, 13774, 13786, 14048, 14059,
+  14167, 14273, 14459, 14621, 14648, 14040
 
 Version 2.15
 

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

commit c8fb02d89e0186b4d50e1dac88a20ace702ca5e9
Author: Chris Metcalf <cmetcalf@tilera.com>
Date:   Sat Jan 28 12:07:46 2012 -0500

    Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.
    
    (cherry picked from commit 3601428fb029e1c6e98d409dad64d709972cdf57)

diff --git a/ChangeLog b/ChangeLog
index 591e1f1..dd64c05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
+
+	* sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
+
 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
 
 	[BZ #14040]

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

Summary of changes:
 ChangeLog |    4 ++++
 NEWS      |    4 ++--
 2 files changed, 6 insertions(+), 2 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]