diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-14 09:17:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-14 09:17:58 +0000 |
commit | 4730fc68821285c245e1d90a5c866f2845f9411c (patch) | |
tree | 0888cd52d16c8ab8428320abaa1d1aa71542bb92 /ChangeLog | |
parent | b63429360053ea95d28defeccfc2c764fdfd90ab (diff) | |
download | glibc-4730fc68821285c245e1d90a5c866f2845f9411c.tar.gz glibc-4730fc68821285c245e1d90a5c866f2845f9411c.tar.xz glibc-4730fc68821285c245e1d90a5c866f2845f9411c.zip |
* sysdeps/i386/dl-machine.h (elf_machine_rel)
(case R_386_TLS_DTPMOD32): Don't use addend. [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check. (elf_machine_rela): Add support for TLS relocs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e7522c5925..ca778e0f68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-09-12 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/i386/dl-machine.h (elf_machine_rel) + (case R_386_TLS_DTPMOD32): Don't use addend. + [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check. + (elf_machine_rela): Add support for TLS relocs. + 2002-09-14 Roland McGrath <roland@redhat.com> * Makefile (manual/%): Add this pattern target to the iconvdata/% rule. |