* 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.
This commit is contained in:
Peter Schauer 2002-02-09 18:32:14 +00:00
parent 0b87a11db9
commit fb39c8f3a9
2 changed files with 8 additions and 1 deletions

View 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.

View 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.");