public inbox for binutils-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Add newline to the end of the rnglists displsy.
@ 2022-07-01 14:09 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2022-07-01 14:09 UTC (permalink / raw)
  To: bfd-cvs

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;
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-01 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-01 14:09 [binutils-gdb] Add newline to the end of the rnglists displsy Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).