diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-09-20 05:54:41 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-09-20 05:54:41 +0000 |
commit | 2243deae67bead2b61b88bdd123502d71880e8ad (patch) | |
tree | 1f973981d399297b2a0c727d682f1233b486e760 /bfd/ChangeLog | |
parent | f6cf69d7004da45c2a12f10e3b78290c6f40a13c (diff) | |
download | gdb-2243deae67bead2b61b88bdd123502d71880e8ad.zip gdb-2243deae67bead2b61b88bdd123502d71880e8ad.tar.gz gdb-2243deae67bead2b61b88bdd123502d71880e8ad.tar.bz2 |
2002-09-19 Jakub Jelinek <jakub@redhat.com>
* elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
even if generating R_PPC_RELATIVE reloc.
(ppc_elf_relocate_section): Make sure relocation is performed
if skip == -2. Clear memory at r_offset when creating dynamic
relocation.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e697ce3..8874b8c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,13 @@ 2002-09-19 Jakub Jelinek <jakub@redhat.com> + * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word + even if generating R_PPC_RELATIVE reloc. + (ppc_elf_relocate_section): Make sure relocation is performed + if skip == -2. Clear memory at r_offset when creating dynamic + relocation. + +2002-09-19 Jakub Jelinek <jakub@redhat.com> + * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE, BFD_RELOC_386_TLS_GOTIE): Add. * bfd-in2.h, libbfd.h: Rebuilt. |