aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-05-17 05:09:24 +0000
committerAlan Modra <amodra@gmail.com>2006-05-17 05:09:24 +0000
commitf3520d2f1d37d9f1e0af30da31be7a729962f602 (patch)
tree70c97320a000f572794d9cbc513cf07db6526b62 /bfd/ChangeLog
parentdea5f36af568ff9a74118333671ac88e95f2ef52 (diff)
downloadgdb-f3520d2f1d37d9f1e0af30da31be7a729962f602.zip
gdb-f3520d2f1d37d9f1e0af30da31be7a729962f602.tar.gz
gdb-f3520d2f1d37d9f1e0af30da31be7a729962f602.tar.bz2
* elf.c (assign_file_positions_for_segments): Split into..
(assign_file_positions_for_load_sections): ..this, and.. (assign_file_positions_for_non_load_sections): ..this new function,.. (assign_file_positions_except_relocs): ..writing program headers here.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 503d625..06e340d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
2006-05-17 Alan Modra <amodra@bigpond.net.au>
+ * elf.c (assign_file_positions_for_segments): Split into..
+ (assign_file_positions_for_load_sections): ..this, and..
+ (assign_file_positions_for_non_load_sections): ..this new function,..
+ (assign_file_positions_except_relocs): ..writing program headers here.
+
+2006-05-17 Alan Modra <amodra@bigpond.net.au>
+
* elflink.c (elf_gc_sweep): Don't specially keep non-alloc,
non-load sections if they have relocs.