mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Add newline to the end of the rnglists displsy.
This commit is contained in:
@ -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
|
||||
|
@ -8202,6 +8202,7 @@ display_debug_rnglists (struct dwarf_section *section)
|
||||
putchar ('\n');
|
||||
}
|
||||
|
||||
putchar ('\n');
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user