diff options
author | Alan Modra <amodra@gmail.com> | 2007-11-05 02:13:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-11-05 02:13:46 +0000 |
commit | 9ca98086ff2854970c4085fffd1a0e3ccf7b07fa (patch) | |
tree | bc146e774a606882e5a3b47b1a8c9ded3fc88b13 /bfd/ChangeLog | |
parent | 387e6cdd9699fe61a48d56eb1ad75d2d3b661306 (diff) | |
download | gdb-9ca98086ff2854970c4085fffd1a0e3ccf7b07fa.zip gdb-9ca98086ff2854970c4085fffd1a0e3ccf7b07fa.tar.gz gdb-9ca98086ff2854970c4085fffd1a0e3ccf7b07fa.tar.bz2 |
* merge.c (sec_merge_hash_lookup): Revert last change.
(record_section): Likewise.
(_bfd_merge_sections): Likewise.
(_bfd_merged_section_offset): Properly handle NULL secinfo.
(_bfd_add_merge_section): Allocate extra space for a zero
terminator on SEC_STRINGS sections.
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 7f10116..702b490 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2007-11-05 Alan Modra <amodra@bigpond.net.au> + + * merge.c (sec_merge_hash_lookup): Revert last change. + (record_section): Likewise. + (_bfd_merge_sections): Likewise. + (_bfd_merged_section_offset): Properly handle NULL secinfo. + (_bfd_add_merge_section): Allocate extra space for a zero + terminator on SEC_STRINGS sections. + 2007-11-05 Danny Smith <dannysmith@users.sourceforge.net> * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Let .data, .text |