about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-17 19:51:49 +0000
committerRoland McGrath <roland@gnu.org>2002-10-17 19:51:49 +0000
commitcc1d89416165b58448c034383a484ab4def69ef3 (patch)
tree55d5c749a8659c1f2ce1ebeae2f1aec9d93bf3f3
parentbc5bc2de6c5fdbd40a3c4d766607f50302b6cd25 (diff)
downloadglibc-cc1d89416165b58448c034383a484ab4def69ef3.tar.gz
glibc-cc1d89416165b58448c034383a484ab4def69ef3.tar.xz
glibc-cc1d89416165b58448c034383a484ab4def69ef3.zip
before performing the reloc, not after.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 18357010a2..6207754a3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>