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-859-g8f3c1fa


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  8f3c1fa42da006fba38b8c485f6dd149b24d5e23 (commit)
      from  ca08746f9f9eec5b641e49263877a12348bd8b74 (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=8f3c1fa42da006fba38b8c485f6dd149b24d5e23

commit 8f3c1fa42da006fba38b8c485f6dd149b24d5e23
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Jul 3 21:51:13 2014 -0700

    IA64: Move NPTL public headers to sysdeps/ia64/nptl/.

diff --git a/ChangeLog b/ChangeLog
index 4d2ef18..c05f67f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2014-08-04  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
+	* sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
+	* sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
+	* sysdeps/ia64/nptl/bits/semaphore.h: ... here.
+	* sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
+	* sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
+
+2014-08-04  Roland McGrath  <roland@hack.frob.com>
+
 	* nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
 	* sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
 	* sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
diff --git a/sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h b/sysdeps/ia64/nptl/bits/pthreadtypes.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
rename to sysdeps/ia64/nptl/bits/pthreadtypes.h
diff --git a/sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h b/sysdeps/ia64/nptl/bits/semaphore.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h
rename to sysdeps/ia64/nptl/bits/semaphore.h
diff --git a/sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h b/sysdeps/unix/sysv/linux/ia64/bits/local_lim.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h
rename to sysdeps/unix/sysv/linux/ia64/bits/local_lim.h

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

Summary of changes:
 ChangeLog                                          |    9 +++++++++
 .../sysv/linux => }/ia64/nptl/bits/pthreadtypes.h  |    0
 .../sysv/linux => }/ia64/nptl/bits/semaphore.h     |    0
 .../sysv/linux/ia64/{nptl => }/bits/local_lim.h    |    0
 4 files changed, 9 insertions(+), 0 deletions(-)
 rename sysdeps/{unix/sysv/linux => }/ia64/nptl/bits/pthreadtypes.h (100%)
 rename sysdeps/{unix/sysv/linux => }/ia64/nptl/bits/semaphore.h (100%)
 rename sysdeps/unix/sysv/linux/ia64/{nptl => }/bits/local_lim.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]