summaryrefslogtreecommitdiffstats
path: root/libelf/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2009-01-22 16:32:15 -0800
committerUlrich Drepper <[email protected]>2009-01-22 16:32:15 -0800
commit5ece80960dac84eae27270f73ecbb6fba17a666c (patch)
tree0666b9c49189db6cd1df7ea5ab6dfb5bd323f1ae /libelf/ChangeLog
parent23fba7582ad1e9f383dc0519635ac1bfe2acba48 (diff)
When writing ELF files in libelf, fill the gap between sections even if only
the section at the start of the gap has been changed.
Diffstat (limited to 'libelf/ChangeLog')
-rw-r--r--libelf/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index 2f8ff2be..119fa5b1 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -1,10 +1,17 @@
+2009-01-22 Ulrich Drepper <[email protected]>
+
+ * elf32_updatefile.c (__elfXX_updatemmap): Fill the gap between
+ sections even if only the section at the start of the gap has been
+ changed.
+ (__elfXX_updatefile): Likewise.
+
2009-01-21 Ulrich Drepper <[email protected]>
- * elf32_updatefile.c (elfXX_updatemmap): Skip most of the loop to
+ * elf32_updatefile.c (__elfXX_updatemmap): Skip most of the loop to
handle sections for NOBITS sections.
(elfXX_updatefile): Likewise.
- * elf32_updatefile.c (elfXX_updatemmap): When skipping non-NOBITS
+ * elf32_updatefile.c (__elfXX_updatemmap): When skipping non-NOBITS
sections we haven't loaded, update last_position based on scn_start,
not based on old value. Don't run the loop for the dummy section 0.
(elfXX_updatefile): Don't run the loop for the dummy section 0.