diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-02-22 01:58:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-02-22 01:58:38 +0000 |
commit | af272d4fa88306ec6a9c112cae6ebbb45f0b296e (patch) | |
tree | 1483cd90adb37e8e6e25622bfeca38d003a95c1b /ChangeLog | |
parent | 777bc09586f66bbc38741dcad44a56db74e90e3b (diff) | |
download | glibc-af272d4fa88306ec6a9c112cae6ebbb45f0b296e.zip glibc-af272d4fa88306ec6a9c112cae6ebbb45f0b296e.tar.gz glibc-af272d4fa88306ec6a9c112cae6ebbb45f0b296e.tar.bz2 |
* elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
THREAD_DTV multiple times, this minimally reduces code size on
some archs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-02-21 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using + THREAD_DTV multiple times, this minimally reduces code size on + some archs. + 2005-02-12 Simon Josefsson <jas@extundo.com > * iconvme.h: New file, extracted from toutf8.c but improved. |