about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-13 08:04:46 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-13 08:04:46 +0000
commit08c765fa6e664c584659a476dadfc926d6c74254 (patch)
tree384ba1fecb63bf12fa1fb08a353c343341e8740d /nptl/ChangeLog
parent7cc1894ca82cb5709205eed6adfbb002ab02de79 (diff)
downloadglibc-08c765fa6e664c584659a476dadfc926d6c74254.tar.gz
glibc-08c765fa6e664c584659a476dadfc926d6c74254.tar.xz
glibc-08c765fa6e664c584659a476dadfc926d6c74254.zip
Update.
2003-04-13  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Add
	unwind info.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.

	* Makefile: Make sure all cancellation points are compiled with
	exception and asynchronous unwind tables.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index d6aa004c42..9066a7c475 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,14 @@
+2003-04-13  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Add
+	unwind info.
+	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
+
 2003-04-12  Ulrich Drepper  <drepper@redhat.com>
 
+	* Makefile: Make sure all cancellation points are compiled with
+	exception and asynchronous unwind tables.
+
 	* sysdeps/x86_64/tls.h (THREAD_SETMEM): Word around compiler bug
 	which mishandles loading of global object addresses in PIC.
 	(THREAD_SETMEM_NC): Likewise.