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.25-201-g38efe8c


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  38efe8c5a5c1676f54481caa81980a93f7223479 (commit)
      from  fda19e04387359e1bc8c30f0eda5a61d976942ff (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=38efe8c5a5c1676f54481caa81980a93f7223479

commit 38efe8c5a5c1676f54481caa81980a93f7223479
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Apr 4 15:49:43 2017 -0300

    Consolidate pthreadtype.h placementConsolidate pthreadtype.h placement
    
    This patch moves all arch specific pthreadtypes.h to a similar path
    for all architectures (sysdeps/unix/sysv/<arch>/bits).  No functional
    or build change is expected.  The idea is mainly to organize the
    header placement for all architectures.
    
    Checked with a build for all major ABI (aarch64-linux-gnu, alpha-linux-gnu,
    arm-linux-gnueabi, i386-linux-gnu, ia64-linux-gnu,
    m68k-linux-gnu, microblaze-linux-gnu [1], mips{64}-linux-gnu, nios2-linux-gnu,
    powerpc{64le}-linux-gnu, s390{x}-linux-gnu, sparc{64}-linux-gnu,
    tile{pro,gx}-linux-gnu, and x86_64-linux-gnu).
    
    	* sysdeps/unix/sysv/linux/x86/Implies: New file.
    	* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Move to ...
    	* sysdeps/alpha/nptl/bits/pthreadtypes.h: ... here.
    	* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Move to ...
    	* sysdeps/powerpc/nptl/bits/pthreadtypes.h: ... here.
    	* sysdeps/x86/bits/pthreadtypes.h: Move to ...
    	* sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.

diff --git a/ChangeLog b/ChangeLog
index ce57b65..ec7617d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-04-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	* sysdeps/unix/sysv/linux/x86/Implies: New file.
+	* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Move to ...
+	* sysdeps/alpha/nptl/bits/pthreadtypes.h: ... here.
+	* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Move to ...
+	* sysdeps/powerpc/nptl/bits/pthreadtypes.h: ... here.
+	* sysdeps/x86/bits/pthreadtypes.h: Move to ...
+	* sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
+
 2017-04-10  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/i386/dl-procinfo.c: Include
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h b/sysdeps/alpha/nptl/bits/pthreadtypes.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
rename to sysdeps/alpha/nptl/bits/pthreadtypes.h
diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h b/sysdeps/powerpc/nptl/bits/pthreadtypes.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
rename to sysdeps/powerpc/nptl/bits/pthreadtypes.h
diff --git a/sysdeps/unix/sysv/linux/x86/Implies b/sysdeps/unix/sysv/linux/x86/Implies
new file mode 100644
index 0000000..e454b28
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/x86/Implies
@@ -0,0 +1 @@
+x86/nptl
diff --git a/sysdeps/x86/bits/pthreadtypes.h b/sysdeps/x86/nptl/bits/pthreadtypes.h
similarity index 100%
rename from sysdeps/x86/bits/pthreadtypes.h
rename to sysdeps/x86/nptl/bits/pthreadtypes.h

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

Summary of changes:
 ChangeLog                                          |   10 ++++++++++
 .../linux/alpha => alpha/nptl}/bits/pthreadtypes.h |    0
 .../powerpc => powerpc/nptl}/bits/pthreadtypes.h   |    0
 sysdeps/unix/sysv/linux/x86/Implies                |    1 +
 sysdeps/x86/{ => nptl}/bits/pthreadtypes.h         |    0
 5 files changed, 11 insertions(+), 0 deletions(-)
 rename sysdeps/{unix/sysv/linux/alpha => alpha/nptl}/bits/pthreadtypes.h (100%)
 rename sysdeps/{unix/sysv/linux/powerpc => powerpc/nptl}/bits/pthreadtypes.h (100%)
 create mode 100644 sysdeps/unix/sysv/linux/x86/Implies
 rename sysdeps/x86/{ => nptl}/bits/pthreadtypes.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]