OSDN Git Service

* xcoffsolib.c (_initialize_xcoffsolib): Renamed from
authorschauer <schauer>
Sat, 9 Feb 2002 18:32:12 +0000 (18:32 +0000)
committerschauer <schauer>
Sat, 9 Feb 2002 18:32:12 +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 c193f8c..18c0ea1 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 00e51f3..99d2cc8 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.");