diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-04-14 13:01:24 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-04-14 13:01:24 +0000 |
commit | 3fcd97f16cb46d4c493e892f85a188969e0a95e7 (patch) | |
tree | 5c54b6bc6e8a187cbcd1460a958c2cbeea532ba5 /bfd/ChangeLog | |
parent | 25d5ea921bee4a06522b807e33912e2345bb1086 (diff) | |
download | gdb-3fcd97f16cb46d4c493e892f85a188969e0a95e7.zip gdb-3fcd97f16cb46d4c493e892f85a188969e0a95e7.tar.gz gdb-3fcd97f16cb46d4c493e892f85a188969e0a95e7.tar.bz2 |
* elflink.c (bfd_elf_final_link): Don't free symbuf for
non-elf input bfds.
(bfd_elf_size_dynamic_sections): Don't access elf_section_data
for non-elf input bfds.
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 125960d..2658de2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-04-14 Jakub Jelinek <jakub@redhat.com> + + * elflink.c (bfd_elf_final_link): Don't free symbuf for + non-elf input bfds. + (bfd_elf_size_dynamic_sections): Don't access elf_section_data + for non-elf input bfds. + 2007-04-12 Richard Sandiford <richard@codesourcery.com> * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Don't add |