Add newline to the end of the rnglists displsy.

This commit is contained in:
Nick Clifton
2022-07-01 15:08:44 +01:00
parent 2899490953
commit 1dd024239b
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -8202,6 +8202,7 @@ display_debug_rnglists (struct dwarf_section *section)
putchar ('\n');
}
putchar ('\n');
return 1;
}