[PATCH] xcoffsolib.c: Rename _initalize_solib

Peter.Schauer Peter.Schauer@regent.e-technik.tu-muenchen.de
Sat Feb 9 10:34:00 GMT 2002


2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>

	* xcoffsolib.c (_initialize_xcoffsolib): Renamed from
	_initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
	now _initialize_xcoffsolib gets called again and overrides the
	commands from solib.c in a native configuration.

--- ./xcoffsolib.c.orig	Tue Oct 30 05:05:34 2001
+++ ./xcoffsolib.c	Sat Feb  9 12:42:41 2002
@@ -176,7 +176,7 @@ no_shared_libraries (char *ignored, int 
 }
 
 void
-_initialize_solib (void)
+_initialize_xcoffsolib (void)
 {
   add_com ("sharedlibrary", class_files, sharedlibrary_command,
 	   "Load shared object library symbols for files matching REGEXP.");

-- 
Peter Schauer			pes@regent.e-technik.tu-muenchen.de



More information about the Gdb-patches mailing list