diff options
author | Jeff Law <law@redhat.com> | 1999-09-09 13:32:38 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-09 13:32:38 +0000 |
commit | 571047ad0aa27fae1490042336cb9ecb9a27070e (patch) | |
tree | 9e5b1b3552ae7da0df9bc6b0837f2b5e431b7388 /bfd/ChangeLog | |
parent | e5bb3efcc541090c045b441a84fdd90cad3babf5 (diff) | |
download | gdb-571047ad0aa27fae1490042336cb9ecb9a27070e.zip gdb-571047ad0aa27fae1490042336cb9ecb9a27070e.tar.gz gdb-571047ad0aa27fae1490042336cb9ecb9a27070e.tar.bz2 |
* elf-hppa.h (elf_hppa_final_link_relocate): Handle PCREL* relocs.
Consistently deal with addends. Handle DLTIND14F and DLTREL14F.
(elf_hppa_relocate_insn): Handle PCREL* relocs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index de48586..e4670a8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Wed Sep 8 17:56:11 1999 Jeffrey A Law (law@cygnus.com) + * elf-hppa.h (elf_hppa_final_link_relocate): Handle PCREL* relocs. + Consistently deal with addends. Handle DLTIND14F and DLTREL14F. + (elf_hppa_relocate_insn): Handle PCREL* relocs. + * elf-hppa.h (elf_hppa_final_link_relocate): Handle LT_OFF_FPTR*, DIR32, DIR64 and FPTR64 relocations. (elf_hppa_relocate_insn): Similarly. |