aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-09-20 16:33:44 +0000
committerIan Lance Taylor <ian@airs.com>1996-09-20 16:33:44 +0000
commite12ab364d210b4e6418145ae2457b2d4f7e65a21 (patch)
tree975af8f5d84ff6d44fa4cfb92581819a73c9bf13
parenta5a43df165aa92cd43fc784b80a35e53792c104b (diff)
downloadgdb-e12ab364d210b4e6418145ae2457b2d4f7e65a21.zip
gdb-e12ab364d210b4e6418145ae2457b2d4f7e65a21.tar.gz
gdb-e12ab364d210b4e6418145ae2457b2d4f7e65a21.tar.bz2
* aoutx.h (aout_link_input_section_ext): When doing a relocateable
link, adjust the symbol index of a base relative reloc. Don't change the addend of a PC relative reloc if pcrel_offset is set. * sunos.c (bfd_sunos_size_dynamic_sections): Don't do anything for a relocateable link. PR 10692.
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 43b7ceb..34740cf 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
Fri Sep 20 11:43:43 1996 Ian Lance Taylor <ian@cygnus.com>
+ * aoutx.h (aout_link_input_section_ext): When doing a relocateable
+ link, adjust the symbol index of a base relative reloc. Don't
+ change the addend of a PC relative reloc if pcrel_offset is set.
+ * sunos.c (bfd_sunos_size_dynamic_sections): Don't do anything for
+ a relocateable link.
+
* reloc.c (bfd_perform_relocation): Apply the relocation even if
it is zero, in case src_mask matters.
(bfd_install_relocation): Likewise.