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 roland/nptl updated. glibc-2.19-394-ge6c619d


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, roland/nptl has been updated
       via  e6c619dfaacbe4856bc3ba452b926e225633a968 (commit)
      from  0967a301512d5a22cf5594b998ea13d773556e18 (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=e6c619dfaacbe4856bc3ba452b926e225633a968

commit e6c619dfaacbe4856bc3ba452b926e225633a968
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue May 13 15:30:26 2014 -0700

    Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.

diff --git a/ChangeLog b/ChangeLog
index 983d788..23a5319 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2014-05-13  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/i386/nptl/Implies: New file.
+	* sysdeps/x86_64/nptl/Implies: New file.
+	* nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
+	* sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
+	* sysdeps/x86/nptl/bits/semaphore.h: ... here.
+
 	* sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
 	(__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
 	(__libc_vfork): New strong alias.
diff --git a/sysdeps/i386/nptl/Implies b/sysdeps/i386/nptl/Implies
new file mode 100644
index 0000000..e454b28
--- /dev/null
+++ b/sysdeps/i386/nptl/Implies
@@ -0,0 +1 @@
+x86/nptl
diff --git a/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h b/sysdeps/x86/nptl/bits/pthreadtypes.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
rename to sysdeps/x86/nptl/bits/pthreadtypes.h
diff --git a/nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h b/sysdeps/x86/nptl/bits/semaphore.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h
rename to sysdeps/x86/nptl/bits/semaphore.h
diff --git a/sysdeps/x86_64/nptl/Implies b/sysdeps/x86_64/nptl/Implies
new file mode 100644
index 0000000..e454b28
--- /dev/null
+++ b/sysdeps/x86_64/nptl/Implies
@@ -0,0 +1 @@
+x86/nptl

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

Summary of changes:
 ChangeLog                                          |    7 +++++++
 sysdeps/i386/nptl/Implies                          |    1 +
 .../x86 => sysdeps/x86/nptl}/bits/pthreadtypes.h   |    0
 .../x86 => sysdeps/x86/nptl}/bits/semaphore.h      |    0
 sysdeps/x86_64/nptl/Implies                        |    1 +
 5 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 sysdeps/i386/nptl/Implies
 rename {nptl/sysdeps/unix/sysv/linux/x86 => sysdeps/x86/nptl}/bits/pthreadtypes.h (100%)
 rename {nptl/sysdeps/unix/sysv/linux/x86 => sysdeps/x86/nptl}/bits/semaphore.h (100%)
 create mode 100644 sysdeps/x86_64/nptl/Implies


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]