From fb39c8f3a9269351c2aeca01caf9f866a5a7eec9 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Sat, 9 Feb 2002 18:32:14 +0000 Subject: * 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. --- gdb/xcoffsolib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xcoffsolib.c') diff --git a/gdb/xcoffsolib.c b/gdb/xcoffsolib.c index 00e51f3..99d2cc8 100644 --- a/gdb/xcoffsolib.c +++ b/gdb/xcoffsolib.c @@ -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."); -- cgit v1.1