diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-10-02 18:58:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-10-02 18:58:31 +0000 |
commit | b77ca0e82754c1b0615e5ca6acd343018ffcb287 (patch) | |
tree | 95fa613b4cb483a3704c1ac27aec8847c759061e /nptl | |
parent | 1b6f6a92e34fc726b6dfc249d90e8812f9d757a8 (diff) | |
download | glibc-b77ca0e82754c1b0615e5ca6acd343018ffcb287.tar glibc-b77ca0e82754c1b0615e5ca6acd343018ffcb287.tar.gz glibc-b77ca0e82754c1b0615e5ca6acd343018ffcb287.tar.bz2 glibc-b77ca0e82754c1b0615e5ca6acd343018ffcb287.zip |
Update.
2003-10-01 Thorsten Kukuk <kukuk@suse.de>
* elf/dl-reloc.c (_dl_allocate_static_tls): Move definition of
variables only used if TLS_DTV_AT_TP is defined into the #if branch.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9cf02f8189..b3aaee87fe 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-10-02 Jakub Jelinek <jakub@redhat.com> + + * Makefile (tests): Add tst-cancel19. + * tst-cancel19.c: New test. + 2003-10-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Fix saving and |