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]

[patch] Some _initialize renames


Just FYI,

Some minor cleanups pointed out a while ago.

committed,
Andrew
2002-07-10  Andrew Cagney  <ac131313@redhat.com>

	* wince.c (_initialize_wince): Rename _initialize_inftarg.
	* win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.

Index: win32-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/win32-nat.c,v
retrieving revision 1.58
diff -u -r1.58 win32-nat.c
--- win32-nat.c	22 Mar 2002 05:03:22 -0000	1.58
+++ win32-nat.c	10 Jul 2002 22:37:08 -0000
@@ -1815,7 +1815,7 @@
 }
 
 void
-_initialize_inftarg (void)
+_initialize_win32_nat (void)
 {
   struct cmd_list_element *c;
 
Index: wince.c
===================================================================
RCS file: /cvs/src/src/gdb/wince.c,v
retrieving revision 1.18
diff -u -r1.18 wince.c
--- wince.c	5 Feb 2002 04:37:22 -0000	1.18
+++ wince.c	10 Jul 2002 22:37:09 -0000
@@ -1965,7 +1965,7 @@
 }
 
 void
-_initialize_inftarg (void)
+_initialize_wince (void)
 {
   struct cmd_list_element *set;
   init_child_ops ();

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