gdb/ChangeLog:
* nat/linux-procfs.c (linux_proc_attach_tgid_threads):
Remove trailing new-line in argument of call to warning.
+2015-01-13 Joel Brobecker <brobecker@adacore.com>
+
+ * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
+ Remove trailing new-line in argument of call to warning.
+
2015-01-13 Joel Brobecker <brobecker@adacore.com>
* linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
dir = opendir (pathname);
if (dir == NULL)
{
- warning (_("Could not open /proc/%ld/task.\n"), (long) pid);
+ warning (_("Could not open /proc/%ld/task."), (long) pid);
return;
}