mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Add missing newline to gdbarch_tdep debugging output
The missing newline causes testsuite issues because the gdb prompt gets output to an unexpected location.
This commit is contained in:
@ -3807,7 +3807,7 @@ aarch64_dump_tdep (struct gdbarch *gdbarch, struct ui_file *file)
|
|||||||
if (tdep == NULL)
|
if (tdep == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
gdb_printf (file, _("aarch64_dump_tdep: Lowest pc = 0x%s"),
|
gdb_printf (file, _("aarch64_dump_tdep: Lowest pc = 0x%s\n"),
|
||||||
paddress (gdbarch, tdep->lowest_pc));
|
paddress (gdbarch, tdep->lowest_pc));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user