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-597-g556f529


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  556f529dabd3aa57ae1b40a1a5c8d5cc162d4104 (commit)
      from  4b266200764bc683613090da18af63fa43851051 (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=556f529dabd3aa57ae1b40a1a5c8d5cc162d4104

commit 556f529dabd3aa57ae1b40a1a5c8d5cc162d4104
Author: Adhemerval Zanella <azanella@linux.vnet.ibm.com>
Date:   Thu Jun 12 09:32:53 2014 -0500

    PowerPC: Move powerpc code out of nptl/ subdirectory

diff --git a/ChangeLog b/ChangeLog
index 98a1445..9ebf711 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+	* nptl/sysdeps/powerpc/Makefile: Moved ...
+	* sysdeps/powerpc/nptl/Makefile: ... here.
+	* nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
+	* sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
+	* nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
+	* sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
+	* nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
+	* sysdeps/powerpc/nptl/pthreaddef.h: ... here.
+	* nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
+	* sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
+	* nptl/sysdeps/powerpc/tls.h: Moved ...
+	* sysdeps/powerpc/nptl/tls.h: ... here.
+
 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #16681]
diff --git a/nptl/sysdeps/powerpc/Makefile b/sysdeps/powerpc/nptl/Makefile
similarity index 100%
rename from nptl/sysdeps/powerpc/Makefile
rename to sysdeps/powerpc/nptl/Makefile
diff --git a/nptl/sysdeps/powerpc/pthread_spin_lock.c b/sysdeps/powerpc/nptl/pthread_spin_lock.c
similarity index 100%
rename from nptl/sysdeps/powerpc/pthread_spin_lock.c
rename to sysdeps/powerpc/nptl/pthread_spin_lock.c
diff --git a/nptl/sysdeps/powerpc/pthread_spin_trylock.c b/sysdeps/powerpc/nptl/pthread_spin_trylock.c
similarity index 100%
rename from nptl/sysdeps/powerpc/pthread_spin_trylock.c
rename to sysdeps/powerpc/nptl/pthread_spin_trylock.c
diff --git a/nptl/sysdeps/powerpc/pthreaddef.h b/sysdeps/powerpc/nptl/pthreaddef.h
similarity index 100%
rename from nptl/sysdeps/powerpc/pthreaddef.h
rename to sysdeps/powerpc/nptl/pthreaddef.h
diff --git a/nptl/sysdeps/powerpc/tcb-offsets.sym b/sysdeps/powerpc/nptl/tcb-offsets.sym
similarity index 100%
rename from nptl/sysdeps/powerpc/tcb-offsets.sym
rename to sysdeps/powerpc/nptl/tcb-offsets.sym
diff --git a/nptl/sysdeps/powerpc/tls.h b/sysdeps/powerpc/nptl/tls.h
similarity index 100%
rename from nptl/sysdeps/powerpc/tls.h
rename to sysdeps/powerpc/nptl/tls.h

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

Summary of changes:
 ChangeLog                                          |   15 +++++++++++++++
 .../powerpc => sysdeps/powerpc/nptl}/Makefile      |    0
 .../powerpc/nptl}/pthread_spin_lock.c              |    0
 .../powerpc/nptl}/pthread_spin_trylock.c           |    0
 .../powerpc => sysdeps/powerpc/nptl}/pthreaddef.h  |    0
 .../powerpc/nptl}/tcb-offsets.sym                  |    0
 .../sysdeps/powerpc => sysdeps/powerpc/nptl}/tls.h |    0
 7 files changed, 15 insertions(+), 0 deletions(-)
 rename {nptl/sysdeps/powerpc => sysdeps/powerpc/nptl}/Makefile (100%)
 rename {nptl/sysdeps/powerpc => sysdeps/powerpc/nptl}/pthread_spin_lock.c (100%)
 rename {nptl/sysdeps/powerpc => sysdeps/powerpc/nptl}/pthread_spin_trylock.c (100%)
 rename {nptl/sysdeps/powerpc => sysdeps/powerpc/nptl}/pthreaddef.h (100%)
 rename {nptl/sysdeps/powerpc => sysdeps/powerpc/nptl}/tcb-offsets.sym (100%)
 rename {nptl/sysdeps/powerpc => sysdeps/powerpc/nptl}/tls.h (100%)


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]