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.14-28-gee22793


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  ee22793dd0b6c6bcbf341b5324da1af83d07dd13 (commit)
      from  77fb9117432a754388c52f6eb06c60a828975350 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=ee22793dd0b6c6bcbf341b5324da1af83d07dd13

commit ee22793dd0b6c6bcbf341b5324da1af83d07dd13
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed Jun 15 21:46:20 2011 -0400

    Improve 64-bit build
    
    An imperfect version of fxstatat64 was used in ld.so.

diff --git a/ChangeLog b/ChangeLog
index e7bfbb8..01c0ac7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-14  Andreas Schwab  <schwab@redhat.com>
+
+	* sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
+
 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
 
 	* Makeconfig: Define vardbdir and inst_vardbdir.
diff --git a/sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c b/sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
new file mode 100644
index 0000000..339e5f4
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
@@ -0,0 +1,6 @@
+/* In this implementation we do not really care whether the call fails
+   because of missing kernel support since we do not even call the
+   function in this case.  */
+#undef __ASSUME_ATFCTS
+#define __ASSUME_ATFCTS 1
+#include "fxstatat.c"

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

Summary of changes:
 ChangeLog                                          |    4 ++++
 .../sysv/linux/{ => wordsize-64}/dl-fxstatat64.c   |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
 copy sysdeps/unix/sysv/linux/{ => wordsize-64}/dl-fxstatat64.c (90%)


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]