diff options
author | Richard Henderson <rth@redhat.com> | 2003-01-22 00:47:58 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-01-22 00:47:58 +0000 |
commit | cc03ec8004768da5aa88f3fdc4607dd68f81583f (patch) | |
tree | ea8fe4422919421fb87041912e70dbfa7eb154fb /bfd/ChangeLog | |
parent | 8b0c8155b226b3baa54c9d27ae02e6687e131a43 (diff) | |
download | gdb-cc03ec8004768da5aa88f3fdc4607dd68f81583f.zip gdb-cc03ec8004768da5aa88f3fdc4607dd68f81583f.tar.gz gdb-cc03ec8004768da5aa88f3fdc4607dd68f81583f.tar.bz2 |
* elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
(struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
(elf64_alpha_adjust_dynamic_symbol): Set them.
(elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
(elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
symbol index when relaxing LDM to TPREL.
(elf64_alpha_relax_section): Likewise. Allow relaxation of GD
relocs, even if the target isn't locally defined.
(elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
(elf64_alpha_relocate_section): Likewise. Force TP-relative
relocs vs symndx 0 to the tp base.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6e1a3a1..f292935 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2003-01-21 Richard Henderson <rth@redhat.com> + + * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New. + (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value. + (elf64_alpha_adjust_dynamic_symbol): Set them. + (elf64_alpha_size_plt_section_1): Reset them when plt entry removed. + (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the + symbol index when relaxing LDM to TPREL. + (elf64_alpha_relax_section): Likewise. Allow relaxation of GD + relocs, even if the target isn't locally defined. + (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero. + (elf64_alpha_relocate_section): Likewise. Force TP-relative + relocs vs symndx 0 to the tp base. + 2003-01-21 Fabio Alemagna <falemagn@aros.org> * config.bfd: Handle i[3456]86-*-aros*. |