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-sparc updated. glibc-2.19-574-gfebf6cc


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-sparc has been updated
       via  febf6cc58c36cd5a978b8b5faedb5a932eb44c98 (commit)
      from  e26822463f4c36746a25b9b25552c43c350862b8 (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=febf6cc58c36cd5a978b8b5faedb5a932eb44c98

commit febf6cc58c36cd5a978b8b5faedb5a932eb44c98
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Jun 12 15:04:34 2014 -0700

    Move SPARC public headers out of nptl/

diff --git a/ChangeLog b/ChangeLog
index 4e0e179..83764a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2014-06-12  Roland McGrath  <roland@hack.frob.com>
 
+	* nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
+	* sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
+	* nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
+	* sysdeps/sparc/nptl/bits/semaphore.h: ... here.
+	* nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
+	* sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
+
 	* nptl/sysdeps/sparc/Makefile: Moved ...
 	* sysdeps/sparc/nptl/Makefile: ... here.
 	* nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h b/sysdeps/sparc/nptl/bits/pthreadtypes.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
rename to sysdeps/sparc/nptl/bits/pthreadtypes.h
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h b/sysdeps/sparc/nptl/bits/semaphore.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h
rename to sysdeps/sparc/nptl/bits/semaphore.h
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h b/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
rename to sysdeps/unix/sysv/linux/sparc/bits/local_lim.h

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

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