* 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.
This commit is contained in:
Roland McGrath 2002-10-17 19:44:20 +00:00
parent eb775e678d
commit bc5bc2de6c

View File

@ -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.