Move remaining files out of nptl/sysdeps/unix/sysv/linux/x86/.
authorRoland McGrath <roland@hack.frob.com>
Wed, 14 May 2014 22:32:18 +0000 (15:32 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 14 May 2014 22:32:18 +0000 (15:32 -0700)
17 files changed:
ChangeLog
nptl/sysdeps/unix/sysv/linux/x86/Makefile [deleted file]
sysdeps/unix/sysv/linux/x86/Makefile
sysdeps/unix/sysv/linux/x86/elision-conf.c [moved from nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c with 100% similarity]
sysdeps/unix/sysv/linux/x86/elision-conf.h [moved from nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h with 100% similarity]
sysdeps/unix/sysv/linux/x86/elision-lock.c [moved from nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c with 100% similarity]
sysdeps/unix/sysv/linux/x86/elision-timed.c [moved from nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c with 100% similarity]
sysdeps/unix/sysv/linux/x86/elision-trylock.c [moved from nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c with 100% similarity]
sysdeps/unix/sysv/linux/x86/elision-unlock.c [moved from nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c with 100% similarity]
sysdeps/unix/sysv/linux/x86/force-elision.h [moved from nptl/sysdeps/unix/sysv/linux/x86/force-elision.h with 100% similarity]
sysdeps/unix/sysv/linux/x86/hle.h [moved from nptl/sysdeps/unix/sysv/linux/x86/hle.h with 100% similarity]
sysdeps/unix/sysv/linux/x86/init-arch.c [moved from nptl/sysdeps/unix/sysv/linux/x86/init-arch.c with 100% similarity]
sysdeps/unix/sysv/linux/x86/init-arch.h [moved from nptl/sysdeps/unix/sysv/linux/x86/init-arch.h with 100% similarity]
sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c [moved from nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c with 100% similarity]
sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c [moved from nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c with 100% similarity]
sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c [moved from nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c with 100% similarity]
sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c [moved from nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c with 100% similarity]

index c685bc7..b6f0560 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,37 @@
 2014-05-14  Roland McGrath  <roland@hack.frob.com>
 
+       * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
+       * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
+       (libpthread-sysdep_routines): Add elision-related stuff here instead.
+       * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
+       * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
+       * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
+       * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
+       * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
+       * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
+       * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
+       * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
+       * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
+       * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
+       * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
+       * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
+       * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
+       * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
+       * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
+       * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
+
        * sysdeps/unix/sysv/linux/mips/fork.h: New file.
        * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
 
diff --git a/nptl/sysdeps/unix/sysv/linux/x86/Makefile b/nptl/sysdeps/unix/sysv/linux/x86/Makefile
deleted file mode 100644 (file)
index 61b7552..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-libpthread-sysdep_routines += init-arch
-libpthread-sysdep_routines += elision-lock elision-unlock elision-timed \
-                             elision-trylock
index 6412a9e..012125f 100644 (file)
@@ -16,3 +16,9 @@ abi-x32-ld-soname := ld-linux-x32.so.2
 ifeq ($(subdir),misc)
 sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h
 endif
+
+ifeq ($(subdir),nptl)
+libpthread-sysdep_routines += init-arch
+libpthread-sysdep_routines += elision-lock elision-unlock elision-timed \
+                             elision-trylock
+endif