about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-12 23:09:44 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-12 23:09:44 +0000
commita08877d0e029ed62dd55296a824d51355777f276 (patch)
tree5a3b94636735cdca7f8988c93e86de6bc36bd1cc /linuxthreads/ChangeLog
parentb775be640a4d1621e9ebd6146a16c96dd69178c7 (diff)
downloadglibc-a08877d0e029ed62dd55296a824d51355777f276.tar.gz
glibc-a08877d0e029ed62dd55296a824d51355777f276.tar.xz
glibc-a08877d0e029ed62dd55296a824d51355777f276.zip
Update.
2001-04-13  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address):
	Calculate load address differently.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index d51bcd42b3..ebad33038b 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,8 +1,14 @@
 2001-04-12  Ulrich Drepper  <drepper@redhat.com>
 
+	* tst-cancel.c: Disable most tests.  Add new test where all
+	cleanup handlers must run.
+	* Makefile (tests): Add tst-cancel again.
+
+	* cancel.c (__pthread_perform_cleanup): Correct condition for
+	leaving cleanup loop early.
+
 	* sysdeps/i386/Makefile: Make sure gcc uses a frame pointer for
 	all the files which use CURRENT_STACK_FRAME.
-
 	* sysdeps/i386/pt-machine.h (CURRENT_STACK_FRAME): Define using
 	__builtin_frame_address.
 	* sysdeps/i386/i686/pt-machine.h: Likewise.