aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-07-17 03:10:50 +0000
committerAlan Modra <amodra@gmail.com>2010-07-17 03:10:50 +0000
commitb559959291b5423bbdc51a8d3b84f322f82a1e2b (patch)
tree4024d200bc4afabf1b2e16b5d1957df4e74e3e1d /bfd/ChangeLog
parent34220e965e914b0ae9a59b3e8417fd12354af61d (diff)
downloadgdb-b559959291b5423bbdc51a8d3b84f322f82a1e2b.zip
gdb-b559959291b5423bbdc51a8d3b84f322f82a1e2b.tar.gz
gdb-b559959291b5423bbdc51a8d3b84f322f82a1e2b.tar.bz2
* elf.c (_bfd_elf_map_sections_to_segments): Force new segment
for sections with overlapping LMAs. (assign_file_positions_for_load_sections): Catch overlap for sections that wrap around the address space. Replace a warning that duplicates ld's --check-sections error with a warning that lma has been adjusted for overlapping sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 05d57ce..a6dd0d8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-17 Alan Modra <amodra@gmail.com>
+
+ * elf.c (_bfd_elf_map_sections_to_segments): Force new segment
+ for sections with overlapping LMAs.
+ (assign_file_positions_for_load_sections): Catch overlap for
+ sections that wrap around the address space. Replace a
+ warning that duplicates ld's --check-sections error with a
+ warning that lma has been adjusted for overlapping sections.
+
2010-07-14 Cary Coutant <ccoutant@google.com>
PR ld/11817