diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-12 23:09:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-12 23:09:44 +0000 |
commit | a08877d0e029ed62dd55296a824d51355777f276 (patch) | |
tree | 5a3b94636735cdca7f8988c93e86de6bc36bd1cc /linuxthreads/ChangeLog | |
parent | b775be640a4d1621e9ebd6146a16c96dd69178c7 (diff) | |
download | glibc-a08877d0e029ed62dd55296a824d51355777f276.tar.gz |
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/ChangeLog | 8 |
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. |