about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-14 09:44:56 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-14 09:44:56 -0700
commit1b731c35e6ed316076d9a61d3e8d683cb9255523 (patch)
tree677812751348ee8d282a83a07daebcd7e8a9fd7f /ChangeLog
parente27871374eda477318f5a694d26cc02fd1cf019e (diff)
downloadglibc-1b731c35e6ed316076d9a61d3e8d683cb9255523.tar.gz
glibc-1b731c35e6ed316076d9a61d3e8d683cb9255523.tar.xz
glibc-1b731c35e6ed316076d9a61d3e8d683cb9255523.zip
Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4314106406..9e8de5ca63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2014-05-14  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/i386/nptl/Implies: New file.
+	* sysdeps/x86_64/nptl/Implies: New file.
+	* nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
+	* sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
+	* sysdeps/x86/nptl/bits/semaphore.h: ... here.
+
 	* sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
 	(__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
 	(__libc_vfork): New strong alias.