aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-11-25 00:38:14 +0000
committerH.J. Lu <hjl.tools@gmail.com>2006-11-25 00:38:14 +0000
commit9f17e2a6cded940f18630a4f6612f47e7e2f9c03 (patch)
treec83397837349e56175e534815631343424422402 /bfd/ChangeLog
parentb30697a1361b90003b9aaf2d7f81030934c969a1 (diff)
downloadgdb-9f17e2a6cded940f18630a4f6612f47e7e2f9c03.zip
gdb-9f17e2a6cded940f18630a4f6612f47e7e2f9c03.tar.gz
gdb-9f17e2a6cded940f18630a4f6612f47e7e2f9c03.tar.bz2
2006-11-24 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (IS_SECTION_IN_INPUT_SEGMENT): New. (INCLUDE_SECTION_IN_SEGMENT): Use IS_SECTION_IN_INPUT_SEGMENT. (rewrite_elf_program_header): Don't preserve segment physical address in the output segment if the first section in the corresponding input segment is removed.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ae3f37e..4017151 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2006-11-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf.c (IS_SECTION_IN_INPUT_SEGMENT): New.
+ (INCLUDE_SECTION_IN_SEGMENT): Use IS_SECTION_IN_INPUT_SEGMENT.
+ (rewrite_elf_program_header): Don't preserve segment physical
+ address in the output segment if the first section in the
+ corresponding input segment is removed.
+
2006-11-22 Alan Modra <amodra@bigpond.net.au>
* pef.c (bfd_pef_make_empty_symbol): Delete function. Define instead.