summaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
diff options
context:
space:
mode:
authorLuis Machado <luis.machado@arm.com>2022-12-05 11:00:14 +0000
committerLuis Machado <luis.machado@arm.com>2022-12-05 17:16:34 +0000
commit09a5d200e6166522e0d0a9276bd6b2227ac5ace1 (patch)
tree268dfada7abe7eb1abe053a4590c3405319482c2 /gdb/aarch64-tdep.c
parent3bf5bf547a2ffdbd702804b95b3218040ac470dc (diff)
downloadbinutils-gdb-09a5d200e6166522e0d0a9276bd6b2227ac5ace1.tar.gz
Add missing newline to gdbarch_tdep debugging output
The missing newline causes testsuite issues because the gdb prompt gets output to an unexpected location.
Diffstat (limited to 'gdb/aarch64-tdep.c')
-rw-r--r--gdb/aarch64-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/aarch64-tdep.c b/gdb/aarch64-tdep.c
index 07330356fdc..cf20bb40b78 100644
--- a/gdb/aarch64-tdep.c
+++ b/gdb/aarch64-tdep.c
@@ -3807,7 +3807,7 @@ aarch64_dump_tdep (struct gdbarch *gdbarch, struct ui_file *file)
if (tdep == NULL)
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));
}