From: H.J. Lu Date: Wed, 3 Jul 2013 16:22:31 +0000 (-0700) Subject: Add x86 init-arch to nptl X-Git-Tag: glibc-2.18~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2a32bee75631c247748fb9801e3b065d24ca2fd;p=platform%2Fupstream%2Fglibc.git Add x86 init-arch to nptl --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 46cf308..064e431 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2013-07-03 H.J. Lu + + * sysdeps/unix/sysv/linux/x86/init-arch.c: New file. + * sysdeps/unix/sysv/linux/x86/init-arch.h: Likewise. + 2013-07-02 Andi Kleen * sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init): diff --git a/nptl/sysdeps/unix/sysv/linux/x86/init-arch.c b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.c new file mode 100644 index 0000000..00a94d8 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.c @@ -0,0 +1 @@ +#include diff --git a/nptl/sysdeps/unix/sysv/linux/x86/init-arch.h b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.h new file mode 100644 index 0000000..cd2d0be --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.h @@ -0,0 +1 @@ +#include