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, master, updated. glibc-2.15-274-g6042a7c


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, master has been updated
       via  6042a7c296e387498f7e96df5e1f93e50d18a88d (commit)
      from  17cb6fe2a41f91e518c6feaac766252afa2d5467 (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=6042a7c296e387498f7e96df5e1f93e50d18a88d

commit 6042a7c296e387498f7e96df5e1f93e50d18a88d
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed May 30 14:53:56 2012 +0000

    Remove __ASSUME_TRUNCATE64_SYSCALL for ARM.

diff --git a/ChangeLog.arm b/ChangeLog.arm
index 1737284..9a3962e 100644
--- a/ChangeLog.arm
+++ b/ChangeLog.arm
@@ -1,5 +1,8 @@
 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/arm/kernel-features.h
+	(__ASSUME_TRUNCATE64_SYSCALL): Remove.
+
 	* sysdeps/arm/start.S [!__USING_SJLJ_EXCEPTIONS__]: Make code
 	unconditional.
 	* sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c
diff --git a/sysdeps/unix/sysv/linux/arm/kernel-features.h b/sysdeps/unix/sysv/linux/arm/kernel-features.h
index 3eeb075..74d549a 100644
--- a/sysdeps/unix/sysv/linux/arm/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/arm/kernel-features.h
@@ -22,10 +22,9 @@
 # define __ASSUME_UTIMES	1
 #endif
 
-/* On ARM the truncate64/ftruncate64/mmap2/stat64/lstat64/fstat64
-   syscalls were introduced in 2.3.35.  */
+/* On ARM the mmap2/stat64/lstat64/fstat64 syscalls were introduced in
+   2.3.35.  */
 #if __LINUX_KERNEL_VERSION >= 131875
-# define __ASSUME_TRUNCATE64_SYSCALL	1
 # define __ASSUME_MMAP2_SYSCALL		1
 # define __ASSUME_STAT64_SYSCALL	1
 #endif

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

Summary of changes:
 ChangeLog.arm                                 |    3 +++
 sysdeps/unix/sysv/linux/arm/kernel-features.h |    5 ++---
 2 files changed, 5 insertions(+), 3 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]