* xcoffsolib.c (_initialize_xcoffsolib): Renamed from
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 9 Feb 2002 18:32:14 +0000 (18:32 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 9 Feb 2002 18:32:14 +0000 (18:32 +0000)
_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.

gdb/ChangeLog
gdb/xcoffsolib.c

index c193f8cfc99633cb725ff86b26ea3446f6135974..18c0ea153161ef2ff59adb096256494ef53bd470 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
 
        * doublest.c (store_typed_floating): Don't try to return a value.
index 00e51f30ecaa21cc5aff429a8b2e337869e13cd0..99d2cc8e8f7faa783e5c9433881b549cf686eec2 100644 (file)
@@ -176,7 +176,7 @@ no_shared_libraries (char *ignored, int from_tty)
 }
 
 void
-_initialize_solib (void)
+_initialize_xcoffsolib (void)
 {
   add_com ("sharedlibrary", class_files, sharedlibrary_command,
           "Load shared object library symbols for files matching REGEXP.");