diff options
author | Richard Henderson <rth@redhat.com> | 1998-09-04 20:57:07 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-09-04 20:57:07 +0000 |
commit | 35ac82f2a371b4ca9db3ca050d19b3262f19e4d4 (patch) | |
tree | 263bb69d45e86664512e21d30f2f4461dc017963 /bfd | |
parent | dbfd71f9872bdb41939b255269662fa8eb07598a (diff) | |
download | gdb-35ac82f2a371b4ca9db3ca050d19b3262f19e4d4.zip gdb-35ac82f2a371b4ca9db3ca050d19b3262f19e4d4.tar.gz gdb-35ac82f2a371b4ca9db3ca050d19b3262f19e4d4.tar.bz2 |
Fri Sep 4 13:54:23 1998 David Miller <davem@dm.cobaltmicro.com>
* elf32-sparc.c (elf32_sparc_relocate_section): Properly adjust
the addend of a dynamic relocation referencing a section.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
(sparc64_elf_finish_dynamic_symbol): Fix the PLT relocation offset.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 107a0d4..8394ae0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Fri Sep 4 13:54:23 1998 David Miller <davem@dm.cobaltmicro.com> + + * elf32-sparc.c (elf32_sparc_relocate_section): Properly adjust + the addend of a dynamic relocation referencing a section. + * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. + (sparc64_elf_finish_dynamic_symbol): Fix the PLT relocation offset. + Thu Sep 3 17:28:50 1998 Richard Henderson <rth@cygnus.com> * elflink.h (bfd_elfNN_size_dynamic_sections): Verify that the |