diff options
author | David Carlton <carlton@bactrian.org> | 2002-10-01 19:26:05 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-10-01 19:26:05 +0000 |
commit | bdf64bacd5b198ebda7fd581a5b26547ec6a925b (patch) | |
tree | c2879dea44c5b6862fb8bfc19d39cb032d6a8ce7 /gdb/remote-sds.c | |
parent | 1f609b42e3980b581685715d89c80ec0c3a05819 (diff) | |
download | gdb-bdf64bacd5b198ebda7fd581a5b26547ec6a925b.zip gdb-bdf64bacd5b198ebda7fd581a5b26547ec6a925b.tar.gz gdb-bdf64bacd5b198ebda7fd581a5b26547ec6a925b.tar.bz2 |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c index 507ac5b..053b97a 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. */ |