diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-05-17 19:44:55 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-05-17 19:44:55 +0000 |
commit | 26ae6d5ed03b3e749598b33ffd0aaefbaf9a6d7d (patch) | |
tree | a2a86631e13f89e100ac36db20db4170c9610924 /bfd/ChangeLog | |
parent | 970c3dbce892feccbd6334ebc431a82b84934efd (diff) | |
download | gdb-26ae6d5ed03b3e749598b33ffd0aaefbaf9a6d7d.zip gdb-26ae6d5ed03b3e749598b33ffd0aaefbaf9a6d7d.tar.gz gdb-26ae6d5ed03b3e749598b33ffd0aaefbaf9a6d7d.tar.bz2 |
* elf.c (_bfd_elf_write_object_contents): Check for non-NULL
elf_shstrtab.
* format.c (bfd_check_format_matches): Set output_has_begun
for both_direction.
* section.c (bfd_set_section_contents): Use bfd_write_p. Remove
special case for both_direction.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c6ecec7..ed035b7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2005-05-17 Daniel Jacobowitz <dan@codesourcery.com> + + * elf.c (_bfd_elf_write_object_contents): Check for non-NULL + elf_shstrtab. + * format.c (bfd_check_format_matches): Set output_has_begun + for both_direction. + * section.c (bfd_set_section_contents): Use bfd_write_p. Remove + special case for both_direction. + 2005-05-17 Nick Clifton <nickc@redhat.com> * elf.c (group_signature): Check for a group section which is |