summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-10 14:05:36 +0000
committerJeff Law <law@redhat.com>1999-09-10 14:05:36 +0000
commit5f727994a70b8158eb3bb487800e701ada01f70a (patch)
tree6d0dd51ca34267246b2ece4b57c9e085b803d7b6 /bfd/ChangeLog
parentd389106f48d259459f9c6097327258821453a5bd (diff)
downloadbinutils-redhat-5f727994a70b8158eb3bb487800e701ada01f70a.tar.gz
* elf-hppa.h (elf_hppa_final_link_relocate): Get the right
value for the stub address in a call through a stub. Install the value for a local symbol directly into the DLT instead of generating a reloc. Correctly handle FPTR64 relocs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 07b17b0414..7e39172d57 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
Fri Sep 10 00:35:14 1999 Jeffrey A Law (law@cygnus.com)
+ * elf-hppa.h (elf_hppa_final_link_relocate): Get the right
+ value for the stub address in a call through a stub.
+ Install the value for a local symbol directly into the DLT
+ instead of generating a reloc. Correctly handle FPTR64 relocs.
+
* elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): New function.
(elf_hppa_remark_useless_dynamic_symbols): Similarly.
(elf_hppa_final_link): Call them.