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-microblaze updated. glibc-2.19-627-gff0450e


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-microblaze has been updated
       via  ff0450e2cb2b487b046e06400c8ce73d38146de5 (commit)
      from  07c5486c6e3ac211d8f423881a91fb1e68903901 (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=ff0450e2cb2b487b046e06400c8ce73d38146de5

commit ff0450e2cb2b487b046e06400c8ce73d38146de5
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Jun 20 19:07:17 2014 -0700

    MicroBlaze: Move NPTL public headers to sysdeps/microblaze/nptl/.

diff --git a/ChangeLog b/ChangeLog
index ee95e57..33dd60e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2014-06-20  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
+	Moved ...
+	* sysdeps/microblaze/nptl/bits/pthreadtypes.h: ... here.
+	* sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: Moved ...
+	* sysdeps/microblaze/nptl/bits/semaphore.h: ... here.
+
 	* sysdeps/microblaze/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
 	* sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
 
diff --git a/sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h b/sysdeps/microblaze/nptl/bits/pthreadtypes.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
rename to sysdeps/microblaze/nptl/bits/pthreadtypes.h
diff --git a/sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h b/sysdeps/microblaze/nptl/bits/semaphore.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h
rename to sysdeps/microblaze/nptl/bits/semaphore.h

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

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