Message ID | 1490103612-9401-2-git-send-email-adhemerval.zanella@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | Add support for ISO C11 threads.h | expand |
On Mär 21 2017, Adhemerval Zanella <adhemerval.zanella@linaro.org> wrote: > This patch moves all arch specific pthreadtypes.h to a similar path > for all architectures (sysdeps/unix/sysv/<arch>/bits). The description doesn't agree with the patch. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."
On 21/03/2017 10:48, Andreas Schwab wrote: > On Mär 21 2017, Adhemerval Zanella <adhemerval.zanella@linaro.org> wrote: > >> This patch moves all arch specific pthreadtypes.h to a similar path >> for all architectures (sysdeps/unix/sysv/<arch>/bits). > > The description doesn't agree with the patch. > > Andreas. > Indeed, my confusion here. It in fact changes from sysdeps/{unix/sysv/linux/<arch> => <arch>/nptl}/bits/. I will correctly it locally, thanks.
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