* sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
authorRoland McGrath <roland@gnu.org>
Thu, 17 Oct 2002 19:44:20 +0000 (19:44 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 17 Oct 2002 19:44:20 +0000 (19:44 +0000)
before performing the reloc, not before.
* sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.

ChangeLog

index 271ba20..1835701 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+       * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
+
 2002-10-17  Ulrich Drepper  <drepper@redhat.com>
 
        * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.