diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-16 00:18:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-16 00:18:20 +0000 |
commit | 807bce82b385e7542f94a2fef994725b368a13b4 (patch) | |
tree | 7bdb9407427cdf5888529a5bb909bae0a81f1734 /ChangeLog | |
parent | 706d1dee4692cc5419275fcddc4518933ff2a39e (diff) | |
download | glibc-807bce82b385e7542f94a2fef994725b368a13b4.tar.gz glibc-807bce82b385e7542f94a2fef994725b368a13b4.tar.xz glibc-807bce82b385e7542f94a2fef994725b368a13b4.zip |
Update.
* elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses TLS fail is USE_TLS is not defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c17f7cf01b..2b8d53a762 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-07-15 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses + TLS fail is USE_TLS is not defined. + * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers and adjust state for seek position. [PR libc/4070] * libio/Makefile (tests): Add bug-rewind. |