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.19-584-g9a25fd1


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  9a25fd1ed387137d8804034e95e9dee4cc1340a7 (commit)
       via  4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd (commit)
       via  45193bb8148dd632774362855dc8b9abd71d50e5 (commit)
      from  f6fdf53382922f51569f9dae0a0552e780a88fd6 (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=9a25fd1ed387137d8804034e95e9dee4cc1340a7

commit 9a25fd1ed387137d8804034e95e9dee4cc1340a7
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Jun 13 16:27:11 2014 -0700

    S390: Move NPTL public headers to sysdeps/s390/nptl/.

diff --git a/ChangeLog b/ChangeLog
index 1f4094e..9be82b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-06-13  Roland McGrath  <roland@hack.frob.com>
 
+	* nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
+	* sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
+	* nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
+	* sysdeps/s390/nptl/bits/semaphore.h: ... here.
+
 	* nptl/sysdeps/s390/Makefile: Moved ...
 	* sysdeps/s390/nptl/Makefile: ... here.
 	* nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h b/sysdeps/s390/nptl/bits/pthreadtypes.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
rename to sysdeps/s390/nptl/bits/pthreadtypes.h
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h b/sysdeps/s390/nptl/bits/semaphore.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h
rename to sysdeps/s390/nptl/bits/semaphore.h

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

commit 4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Jun 13 16:26:56 2014 -0700

    Move S390 code out of nptl/sysdeps/s390/.

diff --git a/ChangeLog b/ChangeLog
index 00eefa4..1f4094e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2014-06-13  Roland McGrath  <roland@hack.frob.com>
 
+	* nptl/sysdeps/s390/Makefile: Moved ...
+	* sysdeps/s390/nptl/Makefile: ... here.
+	* nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
+	* sysdeps/s390/nptl/pthread_spin_init.c: ... here.
+	* nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
+	* sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
+	* nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
+	* sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
+	* nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
+	* sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
+	* nptl/sysdeps/s390/pthreaddef.h: Moved ...
+	* sysdeps/s390/nptl/pthreaddef.h: ... here.
+	* nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
+	* sysdeps/s390/nptl/tcb-offsets.sym: ... here.
+	* nptl/sysdeps/s390/tls.h: Moved ...
+	* sysdeps/s390/nptl/tls.h: ... here.
+
 	* sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
 	* nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
 
diff --git a/nptl/sysdeps/s390/Makefile b/sysdeps/s390/nptl/Makefile
similarity index 100%
rename from nptl/sysdeps/s390/Makefile
rename to sysdeps/s390/nptl/Makefile
diff --git a/nptl/sysdeps/s390/pthread_spin_init.c b/sysdeps/s390/nptl/pthread_spin_init.c
similarity index 100%
rename from nptl/sysdeps/s390/pthread_spin_init.c
rename to sysdeps/s390/nptl/pthread_spin_init.c
diff --git a/nptl/sysdeps/s390/pthread_spin_lock.c b/sysdeps/s390/nptl/pthread_spin_lock.c
similarity index 100%
rename from nptl/sysdeps/s390/pthread_spin_lock.c
rename to sysdeps/s390/nptl/pthread_spin_lock.c
diff --git a/nptl/sysdeps/s390/pthread_spin_trylock.c b/sysdeps/s390/nptl/pthread_spin_trylock.c
similarity index 100%
rename from nptl/sysdeps/s390/pthread_spin_trylock.c
rename to sysdeps/s390/nptl/pthread_spin_trylock.c
diff --git a/nptl/sysdeps/s390/pthread_spin_unlock.c b/sysdeps/s390/nptl/pthread_spin_unlock.c
similarity index 100%
rename from nptl/sysdeps/s390/pthread_spin_unlock.c
rename to sysdeps/s390/nptl/pthread_spin_unlock.c
diff --git a/nptl/sysdeps/s390/pthreaddef.h b/sysdeps/s390/nptl/pthreaddef.h
similarity index 100%
rename from nptl/sysdeps/s390/pthreaddef.h
rename to sysdeps/s390/nptl/pthreaddef.h
diff --git a/nptl/sysdeps/s390/tcb-offsets.sym b/sysdeps/s390/nptl/tcb-offsets.sym
similarity index 100%
rename from nptl/sysdeps/s390/tcb-offsets.sym
rename to sysdeps/s390/nptl/tcb-offsets.sym
diff --git a/nptl/sysdeps/s390/tls.h b/sysdeps/s390/nptl/tls.h
similarity index 100%
rename from nptl/sysdeps/s390/tls.h
rename to sysdeps/s390/nptl/tls.h

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

commit 45193bb8148dd632774362855dc8b9abd71d50e5
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Jun 13 16:26:38 2014 -0700

    S390: Convert fork.c to arch-fork.h

diff --git a/ChangeLog b/ChangeLog
index 39e94f6..00eefa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-13  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
+	* nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
+
 2014-06-13  David S. Miller  <davem@davemloft.net>
 
 	* nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/fork.c b/sysdeps/unix/sysv/linux/s390/arch-fork.h
similarity index 89%
rename from nptl/sysdeps/unix/sysv/linux/s390/fork.c
rename to sysdeps/unix/sysv/linux/s390/arch-fork.h
index 20fe4c9..c9c71f2 100644
--- a/nptl/sysdeps/unix/sysv/linux/s390/fork.c
+++ b/sysdeps/unix/sysv/linux/s390/arch-fork.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2003-2014 Free Software Foundation, Inc.
+/* ARCH_FORK definition for Linux fork implementation. S390 version.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
 
@@ -26,5 +27,3 @@
   INLINE_SYSCALL (clone, 5,						      \
 		  0, CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD,     \
 		  NULL, &THREAD_SELF->tid, NULL)
-
-#include "../fork.c"

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

Summary of changes:
 ChangeLog                                          |   27 ++++++++++++++++++++
 {nptl/sysdeps/s390 => sysdeps/s390/nptl}/Makefile  |    0
 .../s390 => sysdeps/s390/nptl}/bits/pthreadtypes.h |    0
 .../s390 => sysdeps/s390/nptl}/bits/semaphore.h    |    0
 .../s390 => sysdeps/s390/nptl}/pthread_spin_init.c |    0
 .../s390 => sysdeps/s390/nptl}/pthread_spin_lock.c |    0
 .../s390/nptl}/pthread_spin_trylock.c              |    0
 .../s390/nptl}/pthread_spin_unlock.c               |    0
 .../s390 => sysdeps/s390/nptl}/pthreaddef.h        |    0
 .../s390 => sysdeps/s390/nptl}/tcb-offsets.sym     |    0
 {nptl/sysdeps/s390 => sysdeps/s390/nptl}/tls.h     |    0
 .../unix/sysv/linux/s390/arch-fork.h               |    5 +--
 12 files changed, 29 insertions(+), 3 deletions(-)
 rename {nptl/sysdeps/s390 => sysdeps/s390/nptl}/Makefile (100%)
 rename {nptl/sysdeps/unix/sysv/linux/s390 => sysdeps/s390/nptl}/bits/pthreadtypes.h (100%)
 rename {nptl/sysdeps/unix/sysv/linux/s390 => sysdeps/s390/nptl}/bits/semaphore.h (100%)
 rename {nptl/sysdeps/s390 => sysdeps/s390/nptl}/pthread_spin_init.c (100%)
 rename {nptl/sysdeps/s390 => sysdeps/s390/nptl}/pthread_spin_lock.c (100%)
 rename {nptl/sysdeps/s390 => sysdeps/s390/nptl}/pthread_spin_trylock.c (100%)
 rename {nptl/sysdeps/s390 => sysdeps/s390/nptl}/pthread_spin_unlock.c (100%)
 rename {nptl/sysdeps/s390 => sysdeps/s390/nptl}/pthreaddef.h (100%)
 rename {nptl/sysdeps/s390 => sysdeps/s390/nptl}/tcb-offsets.sym (100%)
 rename {nptl/sysdeps/s390 => sysdeps/s390/nptl}/tls.h (100%)
 rename nptl/sysdeps/unix/sysv/linux/s390/fork.c => sysdeps/unix/sysv/linux/s390/arch-fork.h (89%)


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]