diff options
author | Doug Evans <dje@google.com> | 2015-04-13 12:50:17 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2015-04-13 12:50:17 -0700 |
commit | 0d2a7a932244fab27d6c4ce211ea8f7708a1a9cc (patch) | |
tree | 234fd3f8a7dcb81a20eab1016b9744d653a6a21e /binutils/ChangeLog | |
parent | 0ff6fcb2f0f2e3c0de3708ec41fb849d1461c9d7 (diff) | |
download | gdb-0d2a7a932244fab27d6c4ce211ea8f7708a1a9cc.zip gdb-0d2a7a932244fab27d6c4ce211ea8f7708a1a9cc.tar.gz gdb-0d2a7a932244fab27d6c4ce211ea8f7708a1a9cc.tar.bz2 |
Fix reading of .debug_str_offsets{,.dwo} twice.
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bd2c715..31eb7a3 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. |