Add x86 init-arch to nptl

This commit is contained in:
H.J. Lu 2013-07-03 09:22:31 -07:00
parent d2cc15cb50
commit e2a32bee75
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-07-03 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/unix/sysv/linux/x86/init-arch.c: New file.
* sysdeps/unix/sysv/linux/x86/init-arch.h: Likewise.
2013-07-02 Andi Kleen <ak@linux.intel.com>
* sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init):

View File

@ -0,0 +1 @@
#include <sysdeps/x86_64/multiarch/init-arch.c>

View File

@ -0,0 +1 @@
#include <sysdeps/x86_64/multiarch/init-arch.h>