aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index bd2c715b7c..31eb7a32ad 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+2015-04-13 Doug Evans <dje@google.com>
+
+ PR binutils/18218
+ * readelf.c (printable_section_name): Constify sec argument.
+ (apply_relocations): Ditto. New arg "size". All callers updated.
+ (load_specific_debug_section): Constify sec argument.
+ Remove side-effect of modifying sec->sh_size.
+
2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
* objcopy.c (do_debug_sections): Use bit patterns.