This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH]: cleanup, remove #include "gdb_wait.h"


I will be committing the enclosed patch shortly.

While browsing remote.c, I saw that it included gdb_wait.h.  I thought
that a bit odd for a file that doesn't call wait().  I found that it's
included by many files where it shouldn't as well (I also found other
cases of headers that probably aren't necessary, but I didn't want to 
bite off too much at once).

I've tested this on ~30 odd configs.

        --jtc

2001-02-02  J.T. Conklin  <jtc@redback.com>

	* monitor.c (#include "gdb_wait.h"): Removed.
	* ocd.c: Likewise.
	* ppc-bdm.c: Likewise.
	* remote-adapt.c: Likewise.
	* remote-array.c: Likewise.
	* remote-bug.c: Likewise.
	* remote-e7000.c: Likewise.
	* remote-eb.c: Likewise.
	* remote-es.c: Likewise.
	* remote-mips.c: Likewise.
	* remote-mm.c: Likewise.
	* remote-nindy.c: Likewise.
	* remote-os9k.c: Likewise.
	* remote-rdi.c: Likewise.
	* remote-rdp.c: Likewise.
	* remote-sds.c: Likewise.
	* remote-sim.c: Likewise.
	* remote-st.c: Likewise.
	* remote-udi.c: Likewise.
	* remote-vx.c: Likewise.
	* remote-vx29k.c: Likewise.
	* remote-vx68.c: Likewise.
	* remote-vx960.c: Likewise.
	* remote-vxmips.c: Likewise.
	* remote-vxsparc.c: Likewise.
	* remote.c: Likewise.
	* ser-pipe.c: Likewise.
	* ser-unix.c: Likewise.
	* Makefile.in: Updated dependencies.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.58
diff -c -r1.58 Makefile.in
*** Makefile.in	2001/01/23 22:48:55	1.58
--- Makefile.in	2001/02/02 18:42:06
***************
*** 1639,1645 ****
  
  mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h
  
! monitor.o: monitor.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
  	$(inferior_h) target.h serial.h terminal.h gdb_string.h
  
  news-xdep.o: news-xdep.c
--- 1639,1645 ----
  
  mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h
  
! monitor.o: monitor.c monitor.h $(bfd_h) $(defs_h) $(gdbcmd_h) \
  	$(inferior_h) target.h serial.h terminal.h gdb_string.h
  
  news-xdep.o: news-xdep.c
***************
*** 1699,1705 ****
  	gdb_string.h linespec.h
  
  ppc-bdm.o: ppc-bdm.c $(defs_h) $(gdbcore_h) gdb_string.h $(frame_h) \
! 	$(inferior_h) $(bfd_h) symfile.h target.h gdb_wait.h $(gdbcmd_h) \
  	objfiles.h gdb-stabs.h serial.h ocd.h
  
  ppc-linux-nat.o: ppc-linux-nat.c $(defs_h) $(gdbcore_h) $(frame_h) \
--- 1699,1705 ----
  	gdb_string.h linespec.h
  
  ppc-bdm.o: ppc-bdm.c $(defs_h) $(gdbcore_h) gdb_string.h $(frame_h) \
! 	$(inferior_h) $(bfd_h) symfile.h target.h $(gdbcmd_h) \
  	objfiles.h gdb-stabs.h serial.h ocd.h
  
  ppc-linux-nat.o: ppc-linux-nat.c $(defs_h) $(gdbcore_h) $(frame_h) \
***************
*** 1741,1754 ****
  
  gnu-regex.o: gnu-regex.c gnu-regex.h $(defs_h) gdb_string.h
  
! remote-adapt.o: remote-adapt.c gdb_wait.h $(defs_h) $(gdbcore_h) \
  	$(inferior_h) target.h terminal.h gdb_string.h
  
! remote-array.o: remote-array.c gdb_wait.h $(defs_h) $(gdbcore_h) target.h \
        gdb_string.h $(command_h) serial.h monitor.h $(remote_utils_h) \
  	$(version_h)
  
! remote-rdi.o: remote-rdi.c gdb_wait.h $(defs_h) $(gdbcore_h) \
  	$(inferior_h) gdb_string.h
  
  rdi-share/libangsd.a:	force
--- 1741,1754 ----
  
  gnu-regex.o: gnu-regex.c gnu-regex.h $(defs_h) gdb_string.h
  
! remote-adapt.o: remote-adapt.c $(defs_h) $(gdbcore_h) \
  	$(inferior_h) target.h terminal.h gdb_string.h
  
! remote-array.o: remote-array.c $(defs_h) $(gdbcore_h) target.h \
        gdb_string.h $(command_h) serial.h monitor.h $(remote_utils_h) \
  	$(version_h)
  
! remote-rdi.o: remote-rdi.c $(defs_h) $(gdbcore_h) \
  	$(inferior_h) gdb_string.h
  
  rdi-share/libangsd.a:	force
***************
*** 1761,1773 ****
  	  true; \
  	fi
  
! remote-d10v.o: remote-d10v.c $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
! 	$(inferior_h) $(remote_utils_h) symfile.h terminal.h gdb_string.h
! 
! remote-rdp.o: remote-rdp.c gdb_wait.h $(defs_h) $(gdbcore_h) \
  	$(inferior_h) gdb_string.h
  
! remote-bug.o: remote-bug.c gdb_wait.h $(defs_h) $(gdbcore_h) \
  	$(inferior_h) target.h terminal.h $(remote_utils_h) gdb_string.h
  
  # FIXME: For the SH target, remote-e7000 contains numerous -Wformat
--- 1761,1770 ----
  	  true; \
  	fi
  
! remote-rdp.o: remote-rdp.c $(defs_h) $(gdbcore_h) \
  	$(inferior_h) gdb_string.h
  
! remote-bug.o: remote-bug.c $(defs_h) $(gdbcore_h) \
  	$(inferior_h) target.h terminal.h $(remote_utils_h) gdb_string.h
  
  # FIXME: For the SH target, remote-e7000 contains numerous -Wformat
***************
*** 1775,1835 ****
  # handles the SH remote protocol the changes need to be tested against
  # an SH board before they can be committed. cagney 1999-09-01.
  remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) target.h \
! 	gdb_wait.h serial.h gdb_string.h
  	$(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
  
! remote-eb.o: remote-eb.c gdb_wait.h $(srcdir)/config/a29k/tm-a29k.h \
  	$(defs_h) $(gdbcore_h) $(inferior_h) symfile.h target.h terminal.h \
  	gdb_string.h
  
! remote-es.o: remote-es.c $(bfd_h) gdb_wait.h $(command_h) $(defs_h) \
  	$(inferior_h) $(remote_utils_h) terminal.h gdb_string.h \
  	symfile.h
  
! remote-hms.o: remote-hms.c gdb_wait.h $(defs_h) $(gdbcore_h) \
! 	$(inferior_h) serial.h target.h terminal.h gdb_string.h
  
! remote-mips.o: remote-mips.c gdb_wait.h $(defs_h) $(gdbcmd_h) \
  	$(gdbcore_h) $(inferior_h) serial.h symfile.h target.h
  
! remote-mm.o: remote-mm.c $(bfd_h) gdb_wait.h $(defs_h) $(inferior_h) \
  	minimon.h target.h terminal.h gdb_string.h
  
! remote-nindy.o: remote-nindy.c $(floatformat_h) gdb_wait.h $(command_h) \
  	$(defs_h) $(gdbcore_h) $(inferior_h) \
  	nindy-share/env.h nindy-share/stop.h $(remote_utils_h) \
  	symfile.h
  
! remote-os9k.o: remote-os9k.c $(defs_h) $(gdbcore_h) gdb_wait.h \
  	$(command_h) monitor.h $(remote_utils_h) $(symtab_h) symfile.h \
  	objfiles.h gdb-stabs.h gdb_string.h
  
! remote-sds.o: remote-sds.c $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
  	$(inferior_h) $(remote_utils_h) symfile.h terminal.h gdb_string.h
  
! remote-sim.o: remote-sim.c gdb_wait.h $(defs_h) $(gdbcore_h) \
  	$(inferior_h) target.h terminal.h gdb_string.h \
  	$(INCLUDE_DIR)/callback.h
  
! remote-st.o: remote-st.c gdb_wait.h $(defs_h) $(gdbcore_h) serial.h \
  	target.h gdb_string.h
  
! remote-udi.o: remote-udi.c $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
  	$(inferior_h) target.h terminal.h $(udiheaders) gdb_string.h
  
! remote-vx.o: remote-vx.c gdb_wait.h complaints.h $(defs_h) $(gdbcmd_h) \
  	$(gdbcore_h) $(inferior_h) target.h vx-share/dbgRpcLib.h \
  	vx-share/ptrace.h vx-share/xdr_ld.h vx-share/xdr_ptrace.h \
  	vx-share/xdr_rdb.h gdb-stabs.h objfiles.h symfile.h $(bfd_h) \
  	gdb_string.h
  
! remote-vx29k.o: remote-vx29k.c gdb_wait.h complaints.h $(defs_h) $(gdbcmd_h) \
          $(gdbcore_h) $(inferior_h) target.h vx-share/dbgRpcLib.h \
          vx-share/ptrace.h vx-share/xdr_ld.h vx-share/xdr_ptrace.h \
          vx-share/xdr_rdb.h gdb_string.h
  
  ocd.o: ocd.c ocd.h $(gdbcore_h) gdb_string.h $(frame_h) $(inferior_h) \
! 	$(bfd_h) symfile.h target.h gdb_wait.h $(gdbcmd_h) objfiles.h \
  	gdb-stabs.h $(dcache_h) serial.h
  
  remote-utils.o: remote-utils.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
--- 1772,1835 ----
  # handles the SH remote protocol the changes need to be tested against
  # an SH board before they can be committed. cagney 1999-09-01.
  remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) target.h \
! 	serial.h gdb_string.h
  	$(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
  
! remote-eb.o: remote-eb.c $(srcdir)/config/a29k/tm-a29k.h \
  	$(defs_h) $(gdbcore_h) $(inferior_h) symfile.h target.h terminal.h \
  	gdb_string.h
  
! remote-es.o: remote-es.c $(bfd_h) $(command_h) $(defs_h) \
  	$(inferior_h) $(remote_utils_h) terminal.h gdb_string.h \
  	symfile.h
+ 
+ remote-est.o: remote-est.c $(defs_h) $(gdbcore_h) \
+ 	$(inferior_h) serial.h target.h terminal.h 
  
! remote-hms.o: remote-hms.c $(defs_h) $(gdbcore_h) \
! 	$(inferior_h) serial.h target.h terminal.h
  
! remote-mips.o: remote-mips.c $(defs_h) $(gdbcmd_h) \
  	$(gdbcore_h) $(inferior_h) serial.h symfile.h target.h
  
! remote-mm.o: remote-mm.c $(bfd_h) $(defs_h) $(inferior_h) \
  	minimon.h target.h terminal.h gdb_string.h
  
! remote-nindy.o: remote-nindy.c $(floatformat_h) $(command_h) \
  	$(defs_h) $(gdbcore_h) $(inferior_h) \
  	nindy-share/env.h nindy-share/stop.h $(remote_utils_h) \
  	symfile.h
  
! remote-os9k.o: remote-os9k.c $(defs_h) $(gdbcore_h) \
  	$(command_h) monitor.h $(remote_utils_h) $(symtab_h) symfile.h \
  	objfiles.h gdb-stabs.h gdb_string.h
  
! remote-sds.o: remote-sds.c $(bfd_h) $(defs_h) $(gdbcmd_h) \
  	$(inferior_h) $(remote_utils_h) symfile.h terminal.h gdb_string.h
  
! remote-sim.o: remote-sim.c $(defs_h) $(gdbcore_h) \
  	$(inferior_h) target.h terminal.h gdb_string.h \
  	$(INCLUDE_DIR)/callback.h
  
! remote-st.o: remote-st.c $(defs_h) $(gdbcore_h) serial.h \
  	target.h gdb_string.h
  
! remote-udi.o: remote-udi.c $(bfd_h) $(defs_h) $(gdbcmd_h) \
  	$(inferior_h) target.h terminal.h $(udiheaders) gdb_string.h
  
! remote-vx.o: remote-vx.c complaints.h $(defs_h) $(gdbcmd_h) \
  	$(gdbcore_h) $(inferior_h) target.h vx-share/dbgRpcLib.h \
  	vx-share/ptrace.h vx-share/xdr_ld.h vx-share/xdr_ptrace.h \
  	vx-share/xdr_rdb.h gdb-stabs.h objfiles.h symfile.h $(bfd_h) \
  	gdb_string.h
  
! remote-vx29k.o: remote-vx29k.c complaints.h $(defs_h) $(gdbcmd_h) \
          $(gdbcore_h) $(inferior_h) target.h vx-share/dbgRpcLib.h \
          vx-share/ptrace.h vx-share/xdr_ld.h vx-share/xdr_ptrace.h \
          vx-share/xdr_rdb.h gdb_string.h
  
  ocd.o: ocd.c ocd.h $(gdbcore_h) gdb_string.h $(frame_h) $(inferior_h) \
! 	$(bfd_h) symfile.h target.h $(gdbcmd_h) objfiles.h \
  	gdb-stabs.h $(dcache_h) serial.h
  
  remote-utils.o: remote-utils.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
Index: monitor.c
===================================================================
RCS file: /cvs/src/src/gdb/monitor.c,v
retrieving revision 1.17
diff -c -r1.17 monitor.c
*** monitor.c	2001/01/31 01:24:01	1.17
--- monitor.c	2001/02/02 18:42:30
***************
*** 40,46 ****
  #include "defs.h"
  #include "gdbcore.h"
  #include "target.h"
- #include "gdb_wait.h"
  #include <signal.h>
  #include <ctype.h>
  #include "gdb_string.h"
--- 40,45 ----
Index: ocd.c
===================================================================
RCS file: /cvs/src/src/gdb/ocd.c,v
retrieving revision 1.10
diff -c -r1.10 ocd.c
*** ocd.c	2000/11/03 22:00:56	1.10
--- ocd.c	2001/02/02 18:42:41
***************
*** 1,5 ****
  /* Target communications support for Macraigor Systems' On-Chip Debugging
!    Copyright 1996, 1997 Free Software Foundation, Inc.
  
     This file is part of GDB.
  
--- 1,5 ----
  /* Target communications support for Macraigor Systems' On-Chip Debugging
!    Copyright 1996, 1997, 2001 Free Software Foundation, Inc.
  
     This file is part of GDB.
  
***************
*** 27,33 ****
  #include "bfd.h"
  #include "symfile.h"
  #include "target.h"
- #include "gdb_wait.h"
  #include "gdbcmd.h"
  #include "objfiles.h"
  #include "gdb-stabs.h"
--- 27,32 ----
Index: ppc-bdm.c
===================================================================
RCS file: /cvs/src/src/gdb/ppc-bdm.c,v
retrieving revision 1.5
diff -c -r1.5 ppc-bdm.c
*** ppc-bdm.c	2000/07/31 20:56:43	1.5
--- ppc-bdm.c	2001/02/02 18:42:43
***************
*** 1,6 ****
  /* Remote target communications for the Macraigor Systems BDM Wiggler
     talking to a Motorola PPC 8xx ADS board
!    Copyright 1996, 1997 Free Software Foundation, Inc.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* Remote target communications for the Macraigor Systems BDM Wiggler
     talking to a Motorola PPC 8xx ADS board
!    Copyright 1996, 1997, 2001 Free Software Foundation, Inc.
  
     This file is part of GDB.
  
***************
*** 28,34 ****
  #include "bfd.h"
  #include "symfile.h"
  #include "target.h"
- #include "gdb_wait.h"
  #include "gdbcmd.h"
  #include "objfiles.h"
  #include "gdb-stabs.h"
--- 28,33 ----
Index: remote-adapt.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-adapt.c,v
retrieving revision 1.7
diff -c -r1.7 remote-adapt.c
*** remote-adapt.c	2001/01/23 22:48:55	1.7
--- remote-adapt.c	2001/02/02 18:43:03
***************
*** 35,41 ****
  #include "defs.h"
  #include "gdb_string.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "value.h"
  #include <ctype.h>
  #include <fcntl.h>
--- 35,40 ----
Index: remote-array.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-array.c,v
retrieving revision 1.8
diff -c -r1.8 remote-array.c
*** remote-array.c	2001/01/23 22:48:55	1.8
--- remote-array.c	2001/02/02 18:43:06
***************
*** 28,34 ****
  #include "defs.h"
  #include "gdbcore.h"
  #include "target.h"
- #include "gdb_wait.h"
  #include <ctype.h>
  #include <signal.h>
  #include <sys/types.h>
--- 28,33 ----
Index: remote-bug.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-bug.c,v
retrieving revision 1.10
diff -c -r1.10 remote-bug.c
*** remote-bug.c	2001/01/23 22:48:55	1.10
--- remote-bug.c	2001/02/02 18:43:08
***************
*** 23,30 ****
  
  #include "defs.h"
  #include "inferior.h"
- #include "gdb_wait.h"
- 
  #include "gdb_string.h"
  #include <ctype.h>
  #include <fcntl.h>
--- 23,28 ----
Index: remote-e7000.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-e7000.c,v
retrieving revision 1.12
diff -c -r1.12 remote-e7000.c
*** remote-e7000.c	2001/01/23 22:48:55	1.12
--- remote-e7000.c	2001/02/02 18:43:11
***************
*** 37,43 ****
  #include "gdbarch.h"
  #include "inferior.h"
  #include "target.h"
- #include "gdb_wait.h"
  #include "value.h"
  #include "command.h"
  #include <signal.h>
--- 37,42 ----
Index: remote-eb.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-eb.c,v
retrieving revision 1.7
diff -c -r1.7 remote-eb.c
*** remote-eb.c	2001/01/23 22:48:55	1.7
--- remote-eb.c	2001/02/02 18:43:14
***************
*** 32,38 ****
  #include "inferior.h"
  #include "bfd.h"
  #include "symfile.h"
- #include "gdb_wait.h"
  #include "value.h"
  #include <ctype.h>
  #include <fcntl.h>
--- 32,37 ----
Index: remote-es.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-es.c,v
retrieving revision 1.10
diff -c -r1.10 remote-es.c
*** remote-es.c	2001/01/27 00:43:25	1.10
--- remote-es.c	2001/02/02 18:43:17
***************
*** 104,110 ****
  #include "frame.h"
  #include "inferior.h"
  #include "target.h"
- #include "gdb_wait.h"
  #include "command.h"
  #include "symfile.h"
  #include "remote-utils.h"
--- 104,109 ----
Index: remote-mips.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-mips.c,v
retrieving revision 1.13
diff -c -r1.13 remote-mips.c
*** remote-mips.c	2001/01/31 01:24:01	1.13
--- remote-mips.c	2001/02/02 18:43:39
***************
*** 24,30 ****
  #include "inferior.h"
  #include "bfd.h"
  #include "symfile.h"
- #include "gdb_wait.h"
  #include "gdbcmd.h"
  #include "gdbcore.h"
  #include "serial.h"
--- 24,29 ----
Index: remote-mm.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-mm.c,v
retrieving revision 1.6
diff -c -r1.6 remote-mm.c
*** remote-mm.c	2001/01/23 22:48:55	1.6
--- remote-mm.c	2001/02/02 18:44:05
***************
*** 32,38 ****
  
  #include "defs.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "value.h"
  #include <ctype.h>
  #include <fcntl.h>
--- 32,37 ----
Index: remote-nindy.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-nindy.c,v
retrieving revision 1.11
diff -c -r1.11 remote-nindy.c
*** remote-nindy.c	2001/01/23 22:48:55	1.11
--- remote-nindy.c	2001/02/02 18:44:24
***************
*** 109,115 ****
  #include "command.h"
  #include "floatformat.h"
  
- #include "gdb_wait.h"
  #include <sys/file.h>
  #include <ctype.h>
  #include "serial.h"
--- 109,114 ----
Index: remote-os9k.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-os9k.c,v
retrieving revision 1.8
diff -c -r1.8 remote-os9k.c
*** remote-os9k.c	2001/01/23 22:48:55	1.8
--- remote-os9k.c	2001/02/02 18:44:37
***************
*** 40,46 ****
  #include "defs.h"
  #include "gdbcore.h"
  #include "target.h"
- #include "gdb_wait.h"
  #include <signal.h>
  #include "gdb_string.h"
  #include <sys/types.h>
--- 40,45 ----
Index: remote-rdi.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-rdi.c,v
retrieving revision 1.11
diff -c -r1.11 remote-rdi.c
*** remote-rdi.c	2001/01/23 22:48:55	1.11
--- remote-rdi.c	2001/02/02 18:44:40
***************
*** 26,32 ****
  #include "bfd.h"
  #include "symfile.h"
  #include "target.h"
- #include "gdb_wait.h"
  #include "gdbcmd.h"
  #include "objfiles.h"
  #include "gdb-stabs.h"
--- 26,31 ----
Index: remote-rdp.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-rdp.c,v
retrieving revision 1.9
diff -c -r1.9 remote-rdp.c
*** remote-rdp.c	2001/01/23 22:48:55	1.9
--- remote-rdp.c	2001/02/02 18:44:43
***************
*** 38,44 ****
  
  #include "defs.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "value.h"
  #include "callback.h"
  #include "command.h"
--- 38,43 ----
Index: remote-sds.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-sds.c,v
retrieving revision 1.10
diff -c -r1.10 remote-sds.c
*** remote-sds.c	2001/01/23 22:48:55	1.10
--- remote-sds.c	2001/02/02 18:44:54
***************
*** 31,37 ****
  #include "bfd.h"
  #include "symfile.h"
  #include "target.h"
- #include "gdb_wait.h"
  #include "gdbcmd.h"
  #include "objfiles.h"
  #include "gdb-stabs.h"
--- 31,36 ----
Index: remote-sim.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-sim.c,v
retrieving revision 1.9
diff -c -r1.9 remote-sim.c
*** remote-sim.c	2001/01/23 22:48:55	1.9
--- remote-sim.c	2001/02/02 18:45:07
***************
*** 22,28 ****
  
  #include "defs.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "value.h"
  #include "gdb_string.h"
  #include <ctype.h>
--- 22,27 ----
Index: remote-st.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-st.c,v
retrieving revision 1.6
diff -c -r1.6 remote-st.c
*** remote-st.c	2001/01/23 22:48:55	1.6
--- remote-st.c	2001/02/02 18:45:14
***************
*** 38,44 ****
  #include "defs.h"
  #include "gdbcore.h"
  #include "target.h"
- #include "gdb_wait.h"
  #include <signal.h>
  #include "gdb_string.h"
  #include <sys/types.h>
--- 38,43 ----
Index: remote-udi.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-udi.c,v
retrieving revision 1.10
diff -c -r1.10 remote-udi.c
*** remote-udi.c	2001/01/26 19:47:19	1.10
--- remote-udi.c	2001/02/02 18:45:20
***************
*** 35,41 ****
  #include "defs.h"
  #include "frame.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "value.h"
  #include <ctype.h>
  #include <fcntl.h>
--- 35,40 ----
Index: remote-vx.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-vx.c,v
retrieving revision 1.12
diff -c -r1.12 remote-vx.c
*** remote-vx.c	2001/01/27 00:43:26	1.12
--- remote-vx.c	2001/02/02 18:45:24
***************
*** 22,28 ****
  #include "defs.h"
  #include "frame.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "target.h"
  #include "gdbcore.h"
  #include "command.h"
--- 22,27 ----
Index: remote-vx29k.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-vx29k.c,v
retrieving revision 1.4
diff -c -r1.4 remote-vx29k.c
*** remote-vx29k.c	2000/10/18 03:29:25	1.4
--- remote-vx29k.c	2001/02/02 18:45:24
***************
*** 26,32 ****
  #include "vx-share/regPacket.h"
  #include "frame.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "target.h"
  #include "gdbcore.h"
  #include "command.h"
--- 26,31 ----
Index: remote-vx68.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-vx68.c,v
retrieving revision 1.3
diff -c -r1.3 remote-vx68.c
*** remote-vx68.c	2000/07/30 01:48:27	1.3
--- remote-vx68.c	2001/02/02 18:45:24
***************
*** 26,32 ****
  #include "vx-share/regPacket.h"
  #include "frame.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "target.h"
  #include "gdbcore.h"
  #include "command.h"
--- 26,31 ----
Index: remote-vx960.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-vx960.c,v
retrieving revision 1.3
diff -c -r1.3 remote-vx960.c
*** remote-vx960.c	2000/07/30 01:48:27	1.3
--- remote-vx960.c	2001/02/02 18:45:28
***************
*** 26,32 ****
  #include "vx-share/regPacket.h"
  #include "frame.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "target.h"
  #include "gdbcore.h"
  #include "command.h"
--- 26,31 ----
Index: remote-vxmips.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-vxmips.c,v
retrieving revision 1.3
diff -c -r1.3 remote-vxmips.c
*** remote-vxmips.c	2000/07/30 01:48:27	1.3
--- remote-vxmips.c	2001/02/02 18:45:29
***************
*** 26,32 ****
  #include "vx-share/regPacket.h"
  #include "frame.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "target.h"
  #include "gdbcore.h"
  #include "command.h"
--- 26,31 ----
Index: remote-vxsparc.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-vxsparc.c,v
retrieving revision 1.3
diff -c -r1.3 remote-vxsparc.c
*** remote-vxsparc.c	2000/07/30 01:48:27	1.3
--- remote-vxsparc.c	2001/02/02 18:45:33
***************
*** 26,32 ****
  #include "vx-share/regPacket.h"
  #include "frame.h"
  #include "inferior.h"
- #include "gdb_wait.h"
  #include "target.h"
  #include "gdbcore.h"
  #include "command.h"
--- 26,31 ----
Index: remote.c
===================================================================
RCS file: /cvs/src/src/gdb/remote.c,v
retrieving revision 1.35
diff -c -r1.35 remote.c
*** remote.c	2001/01/23 22:48:56	1.35
--- remote.c	2001/02/02 18:45:45
***************
*** 29,35 ****
  #include "bfd.h"
  #include "symfile.h"
  #include "target.h"
- #include "gdb_wait.h"
  /*#include "terminal.h" */
  #include "gdbcmd.h"
  #include "objfiles.h"
--- 29,34 ----
Index: ser-pipe.c
===================================================================
RCS file: /cvs/src/src/gdb/ser-pipe.c,v
retrieving revision 1.6
diff -c -r1.6 ser-pipe.c
*** ser-pipe.c	2001/01/31 15:46:35	1.6
--- ser-pipe.c	2001/02/02 18:45:45
***************
*** 27,33 ****
  #include "gdb_vfork.h"
  
  #include <sys/types.h>
- #include "gdb_wait.h"
  #include <sys/socket.h>
  #include <sys/time.h>
  #include <fcntl.h>
--- 27,32 ----
Index: ser-unix.c
===================================================================
RCS file: /cvs/src/src/gdb/ser-unix.c,v
retrieving revision 1.9
diff -c -r1.9 ser-unix.c
*** ser-unix.c	2000/12/02 14:56:20	1.9
--- ser-unix.c	2001/02/02 18:45:53
***************
*** 1,5 ****
  /* Serial interface for local (hardwired) serial ports on Un*x like systems
!    Copyright 1992-1994, 1998-2000 Free Software Foundation, Inc.
  
     This file is part of GDB.
  
--- 1,5 ----
  /* Serial interface for local (hardwired) serial ports on Un*x like systems
!    Copyright 1992-1994, 1998-2000, 2001 Free Software Foundation, Inc.
  
     This file is part of GDB.
  
***************
*** 25,31 ****
  #include <fcntl.h>
  #include <sys/types.h>
  #include "terminal.h"
- #include "gdb_wait.h"
  #include <sys/socket.h>
  #include <sys/time.h>
  
--- 25,30 ----



-- 
J.T. Conklin
RedBack Networks

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]