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:
31493cd
)
* remote-sds.c (sds_start_remote): Fix printf call.
author
Said Ziouani
<saidz@cygnus>
Wed, 17 Jun 1998 21:21:55 +0000
(21:21 +0000)
committer
Said Ziouani
<saidz@cygnus>
Wed, 17 Jun 1998 21:21:55 +0000
(21:21 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/remote-sds.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 8e44e79a0c6da028fc44461ab41b6cfced921c58..6ee7386da220cf1fe8db71821dd6ee98a309045c 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+Wed Jun 17 17:13:38 1998 Said Ziouani (saidz@park-street.cygnus.com)
+
+ * remote-sds.c (sds_start_remote): Fix printf call.
+
Tue Jun 16 16:32:08 1998 Mark Alexander <marka@cygnus.com>
* mn10200-tdep.c (mn10200_analyze_prologue): Fix null pointer
diff --git
a/gdb/remote-sds.c
b/gdb/remote-sds.c
index 5b16c82957b32a96fe11b683ed9565a6a30ea8f0..312d26ac9c30dea3b60044bc4591bda6d2f0e90d 100644
(file)
--- a/
gdb/remote-sds.c
+++ b/
gdb/remote-sds.c
@@
-167,7
+167,7
@@
sds_start_remote (dummy)
SERIAL_WRITE (sds_desc, "{#}\r\n", 5);
while ((c = readchar (1)) >= 0)
- printf_unfiltered ("%c");
+ printf_unfiltered ("%c"
, c
);
printf_unfiltered ("\n");
next_msg_id = 251;