summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2014-05-26 22:54:38 +0200
committerMark Wielaard <[email protected]>2014-05-27 22:00:46 +0200
commiteb4811dee133864ebbab1a062ac14af1f3ffdc62 (patch)
treecd89851954d3eb3ccda6c481298c37f14701665e /src/ChangeLog
parentbd1a0d1293e3cdc2a81370a39df5f55bf08bcbb6 (diff)
readelf: Don't print 'for section' when rela section sh_info is zero.
This matches how handle_relocs_rel already printed the header. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4062fc7f..5535cff7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2014-05-26 Mark Wielaard <[email protected]>
+ * readelf.c (handle_relocs_rela): Print header like handle_relocs_rel
+ does, when sh_info == 0.
+
+2014-05-26 Mark Wielaard <[email protected]>
+
* unstrip.c (find_alloc_sections_prelink): Allow non-split .bss
section when sh_size of the original and undo .bss section are equal.