mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* 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:
parent
0b87a11db9
commit
fb39c8f3a9
@ -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.
|
||||
|
@ -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.");
|
||||
|
Loading…
Reference in New Issue
Block a user