diff options
author | Jakub Jelinek <jakub@redhat.com> | 2001-11-23 13:16:39 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2001-11-23 13:16:39 +0000 |
commit | 2e549b45b82d7d3191799b7650221fb3ebb03293 (patch) | |
tree | 8a4812fd4be29e87fdedf33a9fd39b446bb0533c /bfd/ChangeLog | |
parent | f8df10f4f595488c4b6a8e49ffc99721d5aefdba (diff) | |
download | gdb-2e549b45b82d7d3191799b7650221fb3ebb03293.zip gdb-2e549b45b82d7d3191799b7650221fb3ebb03293.tar.gz gdb-2e549b45b82d7d3191799b7650221fb3ebb03293.tar.bz2 |
* elf32-sparc.c (elf32_sparc_relocate_section): Don't clear
relocations in non-alloced sections against global symbols
defined in shared library being built.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0b3cd62..a011579 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2001-11-23 Jakub Jelinek <jakub@redhat.com> + * elf32-sparc.c (elf32_sparc_relocate_section): Don't clear + relocations in non-alloced sections against global symbols + defined in shared library being built. + * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. + +2001-11-23 Jakub Jelinek <jakub@redhat.com> + * elf.c (_bfd_elf_rela_local_sym): New. * elflink.h (elf_link_input_bfd): Don't consider empty merged sections as removed in relocation tests. |