aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 606a889..b3097e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
2014-06-12 Roland McGrath <roland@hack.frob.com>
+ * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
+ * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
+ * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
+ * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
+ Update #include target.
+ * nptl/sysdeps/i386/i686/Makefile: Moved ...
+ * sysdeps/i386/i686/nptl/Makefile: ... here.
+ * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
+ * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
+ Update #include target.
+ * nptl/sysdeps/i386/i686/tls.h: Moved ...
+ * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
+ * nptl/sysdeps/i386/Makefile: Moved ...
+ * sysdeps/i386/nptl/Makefile: ... here.
+ * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
+ * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
+ * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
+ * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
+ * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
+ * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
+ * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
+ * nptl/sysdeps/i386/pthreaddef.h: Moved ...
+ * sysdeps/i386/nptl/pthreaddef.h: ... here.
+ * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
+ * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
+ * nptl/sysdeps/i386/tls.h: Moved ...
+ * sysdeps/i386/nptl/tls.h: ... here.
+
* sysdeps/sh/Makefile [$(subdir) = csu]
(gen-as-const-headers): Add tcb-offsets.sym.
* nptl/sysdeps/sh/Makefile: File removed.