summaryrefslogtreecommitdiff
path: root/gdb/remote-sds.c
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-10-01 19:26:05 +0000
committerDavid Carlton <carlton@bactrian.org>2002-10-01 19:26:05 +0000
commit25e53510bd88329eed531412b855d4c70446abf8 (patch)
tree720407f081f049b450c4b3dff252294050782086 /gdb/remote-sds.c
parentf0acd1f4eec7040cbbbbd114951748347233daab (diff)
downloadgdb-25e53510bd88329eed531412b855d4c70446abf8.tar.gz
2002-09-30 David Carlton <carlton@math.stanford.edu>
* Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h. * ppc-sysv-tdep.c: #include "gdb_string.h". * remote-sds.c (getmessage): Add semicolon after 'retry' label to pacify GCC.
Diffstat (limited to 'gdb/remote-sds.c')
-rw-r--r--gdb/remote-sds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c
index 507ac5be208..053b97a7615 100644
--- a/gdb/remote-sds.c
+++ b/gdb/remote-sds.c
@@ -978,6 +978,7 @@ getmessage (unsigned char *buf, int forever)
/* Try the whole thing again. */
retry:
/* need to do something here */
+ ;
}
/* We have tried hard enough, and just can't receive the packet. Give up. */