diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 17:15:56 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 17:15:56 -0700 |
commit | 01b597da400ef799a43f61fa31d305eb9db81670 (patch) | |
tree | 4cc95acb87447fb2396b32afe47683add97a7192 /nptl/ChangeLog | |
parent | f1adf1f490b33a61eccad1682fbd9b1b66d404bd (diff) | |
download | glibc-01b597da400ef799a43f61fa31d305eb9db81670.tar glibc-01b597da400ef799a43f61fa31d305eb9db81670.tar.gz glibc-01b597da400ef799a43f61fa31d305eb9db81670.tar.bz2 glibc-01b597da400ef799a43f61fa31d305eb9db81670.zip |
Check for .cfi_{personality,lsda} on x86-64.
We need this support in NPTL now to avoid the hand-coded tables.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 68fe3779c3..cb9ec53cd1 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,7 @@ 2009-07-23 Ulrich Drepper <drepper@redhat.com> + * sysdeps/x86_64/configure.in: New file. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Fix error path when not using absolute timeout futex. |