[binutils-gdb] Add newline to the end of the rnglists displsy.
Nick Clifton
nickc@sourceware.org
Fri Jul 1 14:09:11 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1dd024239b551e55a867880d898a63fcf479b717
commit 1dd024239b551e55a867880d898a63fcf479b717
Author: Nick Clifton <nickc@redhat.com>
Date: Fri Jul 1 15:08:44 2022 +0100
Add newline to the end of the rnglists displsy.
Diff:
---
binutils/ChangeLog | 4 ++++
binutils/dwarf.c | 1 +
2 files changed, 5 insertions(+)
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2a1ca581320..4d13b0f0dfa 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-01 Nick Clifton <nickc@redhat.com>
+
+ * dwarf.c (display_debug_rnglists): Add newline at end of listing.
+
2022-06-30 Nick Clifton <nickc@redhat.com>
* dwarf.c (dwarf_select_sections_by_name): If the entry's value is
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index 4504b0facc6..535d4ab6d5d 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -8202,6 +8202,7 @@ display_debug_rnglists (struct dwarf_section *section)
putchar ('\n');
}
+ putchar ('\n');
return 1;
}
More information about the Binutils-cvs
mailing list