Add newline to the end of the rnglists displsy.
authorNick Clifton <nickc@redhat.com>
Fri, 1 Jul 2022 14:08:44 +0000 (15:08 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 1 Jul 2022 14:08:44 +0000 (15:08 +0100)
binutils/ChangeLog
binutils/dwarf.c

index 2a1ca581320e61ef9ad5b57ae9bea02429ef0ccd..4d13b0f0dfa5a1e201546e6a33a30c767af3bbd9 100644 (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
index 4504b0facc65cb9e9ce77f4654eedb87da710228..535d4ab6d5d68abbe026bd58fef56a7175f93fcf 100644 (file)
@@ -8202,6 +8202,7 @@ display_debug_rnglists (struct dwarf_section *section)
        putchar ('\n');
     }
 
+  putchar ('\n');
   return 1;
 }