diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-17 19:51:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-17 19:51:49 +0000 |
commit | cc1d89416165b58448c034383a484ab4def69ef3 (patch) | |
tree | 55d5c749a8659c1f2ce1ebeae2f1aec9d93bf3f3 | |
parent | bc5bc2de6c5fdbd40a3c4d766607f50302b6cd25 (diff) | |
download | glibc-cc1d89416165b58448c034383a484ab4def69ef3.zip glibc-cc1d89416165b58448c034383a484ab4def69ef3.tar.gz glibc-cc1d89416165b58448c034383a484ab4def69ef3.tar.bz2 |
before performing the reloc, not after.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ 2002-10-17 Roland McGrath <roland@redhat.com> * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS - before performing the reloc, not before. + before performing the reloc, not after. * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise. 2002-10-17 Ulrich Drepper <drepper@redhat.com> |