diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0a131cf..2e4a5d1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -2,6 +2,10 @@ * elf.c (_bfd_elf_make_section_from_shdr): Set the LMA based on the p_paddr of the segment that contains it. + (copy_private_bfd_data): If the LMA for a segment is known, use it + for matching sections to segments. + (assign_file_positions_for_segments): Use the LMA when adjusting + for inter-section alignment padding. 2001-10-29 Kazu Hirata <kazu@hxi.com> |