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-290-g28a45d1


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  28a45d133e20abd757d5386f2c215ce70e462804 (commit)
       via  7fce2e265599aa1146d92357e4551e7f2e37fb2e (commit)
      from  a97386ac1dda0f73043715539b131b630dd5854b (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=28a45d133e20abd757d5386f2c215ce70e462804

commit 28a45d133e20abd757d5386f2c215ce70e462804
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Wed May 30 22:54:28 2012 +0200

    m68k: remove __ASSUME_TRUNCATE64_SYSCALL

diff --git a/ChangeLog.m68k b/ChangeLog.m68k
index c184e5b..ddc9115 100644
--- a/ChangeLog.m68k
+++ b/ChangeLog.m68k
@@ -1,5 +1,8 @@
 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
 
+	* sysdeps/unix/sysv/linux/m68k/kernel-features.h
+	(__ASSUME_TRUNCATE64_SYSCALL): Remove.
+
 	* sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Use
 	hidden_def instead of adding _internal alias.
 
diff --git a/sysdeps/unix/sysv/linux/m68k/kernel-features.h b/sysdeps/unix/sysv/linux/m68k/kernel-features.h
index cfaf8b7..c12be9e 100644
--- a/sysdeps/unix/sysv/linux/m68k/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/m68k/kernel-features.h
@@ -20,7 +20,6 @@
 /* These features were surely available with 2.4.12.  */
 #if __LINUX_KERNEL_VERSION >= 132108
 # define __ASSUME_MMAP2_SYSCALL		1
-# define __ASSUME_TRUNCATE64_SYSCALL	1
 # define __ASSUME_STAT64_SYSCALL	1
 # define __ASSUME_FCNTL64		1
 # define __ASSUME_VFORK_SYSCALL		1

http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=7fce2e265599aa1146d92357e4551e7f2e37fb2e

commit 7fce2e265599aa1146d92357e4551e7f2e37fb2e
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Wed May 30 22:52:35 2012 +0200

    m68k: use hidden_def for __pthread_once

diff --git a/ChangeLog.m68k b/ChangeLog.m68k
index 21191a8..c184e5b 100644
--- a/ChangeLog.m68k
+++ b/ChangeLog.m68k
@@ -1,3 +1,8 @@
+2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Use
+	hidden_def instead of adding _internal alias.
+
 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* sysdeps/unix/sysv/linux/m68k/kernel-features.h
diff --git a/sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c b/sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c
index 0ac9e03..8d81db6 100644
--- a/sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c
+++ b/sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
 
@@ -87,4 +87,4 @@ __pthread_once (pthread_once_t *once_control, void (*init_routine) (void))
   return 0;
 }
 weak_alias (__pthread_once, pthread_once)
-strong_alias (__pthread_once, __pthread_once_internal)
+hidden_def (__pthread_once)

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

Summary of changes:
 ChangeLog.m68k                                   |    8 ++++++++
 sysdeps/unix/sysv/linux/m68k/kernel-features.h   |    1 -
 sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c |    4 ++--
 3 files changed, 10 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]