diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-30 17:29:22 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-30 17:29:22 -0700 |
commit | 0e20515a17445ec961a05b14a7355b79fc421564 (patch) | |
tree | 077f6c7b2dba15d678cd3a3d41e8ac6a3b6983ad /nptl/ChangeLog | |
parent | 0bd5398534f34cf8fca7ce4c6d44b27bb4010be3 (diff) | |
download | glibc-0e20515a17445ec961a05b14a7355b79fc421564.zip glibc-0e20515a17445ec961a05b14a7355b79fc421564.tar.gz glibc-0e20515a17445ec961a05b14a7355b79fc421564.tar.bz2 |
Use x86-64 bits/pthreadtypes.h/semaphore.h for i386/x86-64
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 4c56f13..f966467 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,17 @@ +2012-05-30 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #14117] + * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Removed. + * sysdeps/unix/sysv/linux/i386/bits/semaphore.h: Likewise. + * sysdeps/unix/sysv/linux/i386/Implies: New file. + * sysdeps/unix/sysv/linux/x86_64/Implies: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Renamed + to ... + * sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: This. + * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h: Renamed + to ... + * sysdeps/unix/sysv/linux/x86/bits/semaphore.h: This. + 2012-05-30 Andreas Schwab <schwab@linux-m68k.org> [BZ #14132] |