diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-12-01 15:55:29 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-12-01 15:55:29 +0000 |
commit | 945c025aafa9f4f36cdc5bb2f1dad083fa34a6d2 (patch) | |
tree | a7eb775b9fb4173c9b7789ebb2ee8e6b4ae51e11 /bfd/ChangeLog | |
parent | ed7841b3f015cb072844e81fb5623f2aed3d90b5 (diff) | |
download | gdb-945c025aafa9f4f36cdc5bb2f1dad083fa34a6d2.zip gdb-945c025aafa9f4f36cdc5bb2f1dad083fa34a6d2.tar.gz gdb-945c025aafa9f4f36cdc5bb2f1dad083fa34a6d2.tar.bz2 |
2006-12-01 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/3609
* elf.c (rewrite_elf_program_header): Preserve segment physical
address in the output segment if the first section in the
corresponding input segment is null.
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 614deff..dbbddd5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2006-12-01 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/3609 + * elf.c (rewrite_elf_program_header): Preserve segment physical + address in the output segment if the first section in the + corresponding input segment is null. + 2006-12-01 Nick Clifton <nickc@redhat.com> PR 3609 |