aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2017-07-11 17:36:35 +0200
committerAndreas Schwab <schwab@suse.de>2017-07-11 17:40:24 +0200
commit04ac15ab07e6360320a1c8fab82d25340c22a21f (patch)
tree3ca51712e0e81136bb695e558894f54313542224 /binutils/ChangeLog
parente3fbc3da1342714b4943300a5a590b73f00acf08 (diff)
Add missing newlines in readelf -n output
* readelf.c (process_note): Print newline after description data in narrow mode. (print_core_note): Print newline if nothing was printed in wide mode.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 8c12a495c5..254be5e59c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,10 @@
+2017-07-11 Andreas Schwab <schwab@suse.de>
+
+ * readelf.c (process_note): Print newline after description data
+ in narrow mode.
+ (print_core_note): Print newline if nothing was printed in wide
+ mode.
+
2017-07-09 Rafael Fontenelle <rafaelff@gnome.org>
* dwarf.c (display_formatted_table): Fix error message typo.