aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-10-30 11:40:28 +0000
committerNick Clifton <nickc@redhat.com>2001-10-30 11:40:28 +0000
commitf5ffc9190a633d0f8eb1632a64a28eda75206b55 (patch)
tree00b3b1b0fe4b5a0f8c0b772539f536b28e97a61c /bfd/ChangeLog
parente0e8c97fe9c3fbbadba39b18b433cb84aa7ac8fc (diff)
downloadfsf-binutils-gdb-f5ffc9190a633d0f8eb1632a64a28eda75206b55.zip
fsf-binutils-gdb-f5ffc9190a633d0f8eb1632a64a28eda75206b55.tar.gz
fsf-binutils-gdb-f5ffc9190a633d0f8eb1632a64a28eda75206b55.tar.bz2
If the LMA for a segment is known, use it for matching sections to segments.
Use the LMA when adjusting for inter-section alignment padding.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
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>