diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-02-17 13:21:20 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-02-17 13:21:20 +0000 |
commit | 3f001e8487ff63ab90221ef80344604e806ec193 (patch) | |
tree | b0fd9a53ec7b18b59bfe2645e4d3db69fd0bace3 /bfd/ChangeLog | |
parent | 1fed0ba155aff29779a9746bd789c6d769c2b1fe (diff) | |
download | gdb-3f001e8487ff63ab90221ef80344604e806ec193.zip gdb-3f001e8487ff63ab90221ef80344604e806ec193.tar.gz gdb-3f001e8487ff63ab90221ef80344604e806ec193.tar.bz2 |
* elf.c (assign_file_positions_for_load_sections): Set the type of
PT_NOTE sections to SHT_NOTE.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a9ffccf..086b4b1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2008-02-17 Jan Kratochvil <jan.kratochvil@redhat.com> + + * elf.c (assign_file_positions_for_load_sections): Set the type of + PT_NOTE sections to SHT_NOTE. + 2008-02-17 Ulrich Weigand <uweigand@de.ibm.com> * simple.c (bfd_simple_get_relocated_section_contents): Set |