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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6635227..21031d2 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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) \ |