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]
Other format: [Raw text]

[commit] Zap more redundant child_ops defns


Hello,

In consolidating the child_ops decl/defn into target.[hc] I missed these (I did get the corresponding "extern child_ops" in those files though).

committed,
Andrew
Index: ChangeLog
2004-09-29  Andrew Cagney  <cagney@gnu.org>

	* wince.c (child_ops): Delete.
	* win32-nat.c (child_ops): Delete.

Index: win32-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/win32-nat.c,v
retrieving revision 1.98
diff -p -u -r1.98 win32-nat.c
--- win32-nat.c	29 Sep 2004 13:54:33 -0000	1.98
+++ win32-nat.c	29 Sep 2004 14:25:57 -0000
@@ -2065,8 +2065,6 @@ child_close (int x)
 		PIDGET (inferior_ptid)));
 }
 
-struct target_ops child_ops;
-
 static void
 init_child_ops (void)
 {
Index: wince.c
===================================================================
RCS file: /cvs/src/src/gdb/wince.c,v
retrieving revision 1.33
diff -p -u -r1.33 wince.c
--- wince.c	29 Sep 2004 13:54:33 -0000	1.33
+++ wince.c	29 Sep 2004 14:25:57 -0000
@@ -1885,8 +1885,6 @@ child_load (char *file, int from_tty)
   upload_to_device (file, file);
 }
 
-struct target_ops child_ops;
-
 static void
 init_child_ops (void)
 {

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