diff options
author | Richard Henderson <rth@redhat.com> | 2002-12-06 01:48:24 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-12-06 01:48:24 +0000 |
commit | 2f9bd3f641bd98189e086271ebb00bda8f53bb3a (patch) | |
tree | c21d6c4e39a84b36c1665edb6ddec2678b550b21 /bfd/ChangeLog | |
parent | e149065f836626a6d85f4a6396140d9dc7691d87 (diff) | |
download | gdb-2f9bd3f641bd98189e086271ebb00bda8f53bb3a.zip gdb-2f9bd3f641bd98189e086271ebb00bda8f53bb3a.tar.gz gdb-2f9bd3f641bd98189e086271ebb00bda8f53bb3a.tar.bz2 |
* elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
Only send PCREL21B though the plt. Fix installed reloc type.
(elfNN_ia64_relocate_section): Give error for dynamic reloc
against PCREL22 or PCREL64I; clean up error messages for
branch relocs.
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 8548719..4e19c1d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2002-12-05 Richard Henderson <rth@redhat.com> + + * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI. + Only send PCREL21B though the plt. Fix installed reloc type. + (elfNN_ia64_relocate_section): Give error for dynamic reloc + against PCREL22 or PCREL64I; clean up error messages for + branch relocs. + 2002-12-04 Kevin Buettner <kevinb@redhat.com> * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo): |