Message ID | 20200211162208.52719-1-cbiesinger@google.com |
---|---|
State | New |
Headers | show |
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index d4fed8977e..cfe128bad2 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -9468,7 +9468,7 @@ arm_dump_tdep (struct gdbarch *gdbarch, struct ui_file *file) if (tdep == NULL) return; - fprintf_unfiltered (file, _("arm_dump_tdep: Lowest pc = 0x%lx"), + fprintf_unfiltered (file, _("arm_dump_tdep: Lowest pc = 0x%lx\n"), (unsigned long) tdep->lowest_pc); }