From: Doug Evans Date: Fri, 3 Jan 2014 22:34:45 +0000 (-0800) Subject: * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output. X-Git-Tag: gdb-7.7-release~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5072219825e11652a4a61da85e6c0785d923640d;p=platform%2Fupstream%2Fbinutils.git * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index db32995..bf805ee 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-01-03 Doug Evans + + * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from + output. + 2014-01-01 Joel Brobecker Update year range in copyright notice of all files. diff --git a/gdb/nat/linux-waitpid.c b/gdb/nat/linux-waitpid.c index 86f2287..433efe7 100644 --- a/gdb/nat/linux-waitpid.c +++ b/gdb/nat/linux-waitpid.c @@ -40,7 +40,6 @@ linux_debug (const char *format, ...) va_list args; va_start (args, format); vfprintf (stderr, format, args); - fprintf (stderr, "\n"); va_end (args); } #else