OSDN Git Service

2002-09-30 David Carlton <carlton@math.stanford.edu>
authorcarlton <carlton>
Tue, 1 Oct 2002 19:26:03 +0000 (19:26 +0000)
committercarlton <carlton>
Tue, 1 Oct 2002 19:26:03 +0000 (19:26 +0000)
* 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.

gdb/ChangeLog
gdb/Makefile.in
gdb/ppc-sysv-tdep.c
gdb/remote-sds.c

index d3ca87c..995338a 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
 
        * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
index 6635227..21031d2 100644 (file)
@@ -1976,7 +1976,7 @@ ppc-linux-tdep.o: ppc-linux-tdep.c $(defs_h) $(frame_h) $(inferior_h) \
        $(symtab_h) $(target_h) $(gdbcore_h) $(gdbcmd_h) $(symfile_h) \
        $(objfiles_h) $(regcache_h) $(value_h) $(solib_svr4_h) $(ppc_tdep_h)
 ppc-sysv-tdep.o: ppc-sysv-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
-       $(regcache_h) $(value_h) $(ppc_tdep_h)
+       $(regcache_h) $(value_h) $(gdb_string_h) $(ppc_tdep_h)
 ppcbug-rom.o: ppcbug-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
        $(serial_h) $(regcache_h)
 ppcnbsd-nat.o: ppcnbsd-nat.c $(defs_h) $(inferior_h) $(ppc_tdep_h) \
index 0d33683..ecaed85 100644 (file)
@@ -25,6 +25,7 @@
 #include "inferior.h"
 #include "regcache.h"
 #include "value.h"
+#include "gdb_string.h"
 
 #include "ppc-tdep.h"
 
index 507ac5b..053b97a 100644 (file)
@@ -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. */