Consolidate pthreadtype.h placementConsolidate pthreadtype.h placement
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 4 Apr 2017 18:49:43 +0000 (15:49 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 10 Apr 2017 20:33:10 +0000 (17:33 -0300)
commit38efe8c5a5c1676f54481caa81980a93f7223479
treebb623c471fda5f994c45ecd8fee75972b85aed74
parentfda19e04387359e1bc8c30f0eda5a61d976942ff
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.
ChangeLog
sysdeps/alpha/nptl/bits/pthreadtypes.h [moved from sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h with 100% similarity]
sysdeps/powerpc/nptl/bits/pthreadtypes.h [moved from sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h with 100% similarity]
sysdeps/unix/sysv/linux/x86/Implies [new file with mode: 0644]
sysdeps/x86/nptl/bits/pthreadtypes.h [moved from sysdeps/x86/bits/pthreadtypes.h with 100% similarity]