summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2006-12-01 15:55:29 +0000
committerH.J. Lu <hjl@lucon.org>2006-12-01 15:55:29 +0000
commit1766b5edc2be2ca3968f676a7073f50970aff37d (patch)
tree235bf189906d6b29838f6d2e64d5008f91a7708b /bfd/ChangeLog
parent3af579bbce0b1f6ec3df858282477da0caee9f3e (diff)
downloadgdb-1766b5edc2be2ca3968f676a7073f50970aff37d.tar.gz
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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 614deff0d25..dbbddd58d11 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