From: Nick Clifton Date: Fri, 1 Jul 2022 14:08:44 +0000 (+0100) Subject: Add newline to the end of the rnglists displsy. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1dd024239b551e55a867880d898a63fcf479b717;p=binutils-gdb.git Add newline to the end of the rnglists displsy. --- 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 + + * dwarf.c (display_debug_rnglists): Add newline at end of listing. + 2022-06-30 Nick Clifton * 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; }