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]

Community source repository for glibc add-on ports branch, release/2.12/master, updated. glibc-2.12.1-2-g1fd868b


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 "Community source repository for glibc add-on ports".

The branch, release/2.12/master has been updated
       via  1fd868bff636a0fadd661355ce0cc91c1cfdf822 (commit)
      from  1e05fd0e7ee6002dbdb8f0e5a18b2b83b1afa28f (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-ports.git;a=commitdiff;h=1fd868bff636a0fadd661355ce0cc91c1cfdf822

commit 1fd868bff636a0fadd661355ce0cc91c1cfdf822
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Aug 13 23:37:54 2010 +0000

    Undefine __ASSUME_GETDENTS64_SYSCALL for n32 before 2.6.35.
    (cherry picked from commits 5ccc178fd7df5cc1e1ed368c093cf207b6135879 and 54c0ba292c2400e2a122d8770cd3f60311b8caac)

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 0abe81e..fe7b60d 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,3 +1,8 @@
+2010-08-13  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/kernel-features.h
+	(__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
+
 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
 
 	* sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
diff --git a/sysdeps/unix/sysv/linux/mips/kernel-features.h b/sysdeps/unix/sysv/linux/mips/kernel-features.h
index 6fe9b08..092c35d 100644
--- a/sysdeps/unix/sysv/linux/mips/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/mips/kernel-features.h
@@ -38,3 +38,9 @@
 #endif
 
 #include_next <kernel-features.h>
+
+/* The n32 syscall ABI did not have a getdents64 syscall until
+   2.6.35.  */
+#if _MIPS_SIM == _ABIN32 && __LINUX_KERNEL_VERSION < 0x020623
+# undef __ASSUME_GETDENTS64_SYSCALL
+#endif

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

Summary of changes:
 ChangeLog.mips                                 |    5 +++++
 sysdeps/unix/sysv/linux/mips/kernel-features.h |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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