gdb/ChangeLog:
2020-02-11 Christian Biesinger <cbiesinger@google.com>
* arm-tdep.c (arm_dump_tdep): Add \n in fprintf.
Change-Id: I0175572436cc7dec29e852c96371f85ea763ba2a
+2020-02-11 Christian Biesinger <cbiesinger@google.com>
+
+ * arm-tdep.c (arm_dump_tdep): Add \n in fprintf.
+
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
* configure: Re-generate.
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);
}