projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc9155b
)
* nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output.
author
Doug Evans
<dje@google.com>
Fri, 3 Jan 2014 22:34:45 +0000
(14:34 -0800)
committer
Doug Evans
<dje@google.com>
Fri, 3 Jan 2014 22:34:45 +0000
(14:34 -0800)
gdb/ChangeLog
patch
|
blob
|
history
gdb/nat/linux-waitpid.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index db329959736ccf4831631ba330bbb165db9abbbf..bf805ee3bd719fc515bc22db68e7ae7c7d7a84fb 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+2014-01-03 Doug Evans <dje@google.com>
+
+ * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
+ output.
+
2014-01-01 Joel Brobecker <brobecker@adacore.com>
Update year range in copyright notice of all files.
diff --git
a/gdb/nat/linux-waitpid.c
b/gdb/nat/linux-waitpid.c
index 86f2287e8068cf7e897248e48243c37345bcf54d..433efe7dd6c3ed640c8248d99b3acda4356bfd2a 100644
(file)
--- 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