diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-11-25 00:38:14 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-11-25 00:38:14 +0000 |
commit | 9f17e2a6cded940f18630a4f6612f47e7e2f9c03 (patch) | |
tree | c83397837349e56175e534815631343424422402 /bfd/ChangeLog | |
parent | b30697a1361b90003b9aaf2d7f81030934c969a1 (diff) | |
download | gdb-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/ChangeLog | 8 |
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. |