Move x86_64 code out of nptl/ subdirectory.
authorRoland McGrath <roland@hack.frob.com>
Thu, 12 Jun 2014 04:33:32 +0000 (21:33 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 12 Jun 2014 04:33:32 +0000 (21:33 -0700)
14 files changed:
ChangeLog
sysdeps/x86_64/64/nptl/shlib-versions [moved from nptl/sysdeps/x86_64/64/shlib-versions with 100% similarity]
sysdeps/x86_64/nptl/Makefile [moved from nptl/sysdeps/x86_64/Makefile with 100% similarity]
sysdeps/x86_64/nptl/configure [moved from nptl/sysdeps/x86_64/configure with 100% similarity]
sysdeps/x86_64/nptl/configure.ac [moved from nptl/sysdeps/x86_64/configure.ac with 100% similarity]
sysdeps/x86_64/nptl/pthread_spin_init.c [moved from nptl/sysdeps/x86_64/pthread_spin_init.c with 100% similarity]
sysdeps/x86_64/nptl/pthread_spin_lock.S [moved from nptl/sysdeps/x86_64/pthread_spin_lock.S with 100% similarity]
sysdeps/x86_64/nptl/pthread_spin_trylock.S [moved from nptl/sysdeps/x86_64/pthread_spin_trylock.S with 100% similarity]
sysdeps/x86_64/nptl/pthread_spin_unlock.S [moved from nptl/sysdeps/x86_64/pthread_spin_unlock.S with 100% similarity]
sysdeps/x86_64/nptl/pthreaddef.h [moved from nptl/sysdeps/x86_64/pthreaddef.h with 100% similarity]
sysdeps/x86_64/nptl/tcb-offsets.sym [moved from nptl/sysdeps/x86_64/tcb-offsets.sym with 100% similarity]
sysdeps/x86_64/nptl/tls.h [moved from nptl/sysdeps/x86_64/tls.h with 100% similarity]
sysdeps/x86_64/x32/nptl/shlib-versions [moved from nptl/sysdeps/x86_64/x32/shlib-versions with 100% similarity]
sysdeps/x86_64/x32/nptl/tls.h [moved from nptl/sysdeps/x86_64/x32/tls.h with 98% similarity]

index 6ccb56e..2d1b5c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2014-06-11  Roland McGrath  <roland@hack.frob.com>
+
+       * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
+       * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
+       * nptl/sysdeps/x86_64/Makefile: Moved ...
+       * sysdeps/x86_64/nptl/Makefile: ... here.
+       * nptl/sysdeps/x86_64/configure: Moved ...
+       * sysdeps/x86_64/nptl/configure: ... here.
+       * nptl/sysdeps/x86_64/configure.ac: Moved ...
+       * sysdeps/x86_64/nptl/configure.ac: ... here.
+       * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
+       * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
+       * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
+       * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
+       * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
+       * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
+       * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
+       * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
+       * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
+       * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
+       * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
+       * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
+       * nptl/sysdeps/x86_64/tls.h: Moved ...
+       * sysdeps/x86_64/nptl/tls.h: ... here.
+       * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
+       * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
+       * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
+       * sysdeps/x86_64/x32/nptl/tls.h: ... here.
+
+       * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
+
 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
        * sysdeps/powerpc/fpu/libm-test-ulps: Update.
similarity index 98%
rename from nptl/sysdeps/x86_64/x32/tls.h
rename to sysdeps/x86_64/x32/nptl/tls.h
index 7060616..bd73d3f 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef _X32_TLS_H
 #define _X32_TLS_H     1
 
-#include <sysdeps/x86_64/tls.h>
+#include_next <tls.h>
 
 #ifndef __ASSEMBLER__