summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-23 17:15:56 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-23 17:15:56 -0700
commit01b597da400ef799a43f61fa31d305eb9db81670 (patch)
tree4cc95acb87447fb2396b32afe47683add97a7192 /nptl/ChangeLog
parentf1adf1f490b33a61eccad1682fbd9b1b66d404bd (diff)
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/ChangeLog2
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.