From: Ian Lance Taylor Date: Fri, 20 Sep 1996 16:33:44 +0000 (+0000) Subject: * aoutx.h (aout_link_input_section_ext): When doing a relocateable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e12ab364d210b4e6418145ae2457b2d4f7e65a21;p=binutils-gdb.git * 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 43b7ceb0532..34740cfb337 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ Fri Sep 20 11:43:43 1996 Ian Lance Taylor + * 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.