diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-01-07 09:52:00 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-01-07 09:52:00 +0000 |
commit | 6f79b21913185d4d44a805bdd03922fb7851eec7 (patch) | |
tree | 1ba242a038238b835fd3f064ea087c3886d3909b /bfd/ChangeLog | |
parent | 77690eeaa4149023edf2895a687cd53ceb77e64a (diff) | |
download | gdb-6f79b21913185d4d44a805bdd03922fb7851eec7.zip gdb-6f79b21913185d4d44a805bdd03922fb7851eec7.tar.gz gdb-6f79b21913185d4d44a805bdd03922fb7851eec7.tar.bz2 |
* bfd/elf.c (INCLUDE_SECTION_IN_SEGMENT): Don't put empty sections into
PT_DYNAMIC segment, unless .dynamic.
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 77186e0..309f84b0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-01-07 Jakub Jelinek <jakub@redhat.com> + + * bfd/elf.c (INCLUDE_SECTION_IN_SEGMENT): Don't put empty sections into + PT_DYNAMIC segment, unless .dynamic. + 2005-01-06 Paul Brook <paul@codesourcery.com> * config.bfd: Add entry for arm-*-vxworks and arm-*-windiss. |