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-hppa updated. glibc-2.19-628-gcc392c2


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-hppa has been updated
       via  cc392c2563a4b7188b55041249199bcdad20af5f (commit)
      from  6e4cb01dc82de50323328d09d4b3a06858da182b (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=cc392c2563a4b7188b55041249199bcdad20af5f

commit cc392c2563a4b7188b55041249199bcdad20af5f
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Jun 20 19:24:50 2014 -0700

    HPPA: Move NPTL public headers to sysdeps/hppa/nptl/.

diff --git a/ChangeLog b/ChangeLog
index 38206b2..5f3dc69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-06-20  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
+	* sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
+	* sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
+	* sysdeps/hppa/nptl/bits/semaphore.h: ... here.
+
 2014-06-11  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
diff --git a/sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h b/sysdeps/hppa/nptl/bits/pthreadtypes.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
rename to sysdeps/hppa/nptl/bits/pthreadtypes.h
diff --git a/sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h b/sysdeps/hppa/nptl/bits/semaphore.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h
rename to sysdeps/hppa/nptl/bits/semaphore.h

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

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