aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/dwarf.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2a1ca58..4d13b0f 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 4504b0f..535d4ab 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;
}