diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 2002-02-09 18:32:14 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 2002-02-09 18:32:14 +0000 |
commit | fb39c8f3a9269351c2aeca01caf9f866a5a7eec9 (patch) | |
tree | 5139fd9a9613ce9b34306cecbeebe1d345ae9fc8 /gdb/xcoffsolib.c | |
parent | 0b87a11db92c78d9ddf3b1de2599202558c2a054 (diff) | |
download | gdb-fb39c8f3a9269351c2aeca01caf9f866a5a7eec9.zip gdb-fb39c8f3a9269351c2aeca01caf9f866a5a7eec9.tar.gz gdb-fb39c8f3a9269351c2aeca01caf9f866a5a7eec9.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/xcoffsolib.c')
-rw-r--r-- | gdb/xcoffsolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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."); |