From 4b048bc0967a115c456bf2bfb463f90564fdf519 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 19 Jul 2001 04:58:17 +0000 Subject: From 2001-07-16 Rodney Brown : * infttrace.c (child_thread_alive): Fix gdb_tid typo. * somsolib.c (no_shared_libraries): Provide stub. * xcoffsolib.c (no_shared_libraries): Provide stub. --- gdb/xcoffsolib.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'gdb/xcoffsolib.c') diff --git a/gdb/xcoffsolib.c b/gdb/xcoffsolib.c index 867f102..d6f15e5 100644 --- a/gdb/xcoffsolib.c +++ b/gdb/xcoffsolib.c @@ -157,6 +157,24 @@ sharedlibrary_command (char *pattern, int from_tty) } } +/* LOCAL FUNCTION + + no_shared_libraries -- handle command to explicitly discard symbols + from shared libraries. + + DESCRIPTION + + Implements the command "nosharedlibrary", which discards symbols + that have been auto-loaded from shared libraries. Symbols from + shared libraries that were added by explicit request of the user + are not discarded. Also called from remote.c. */ + +void +no_shared_libraries (char *ignored, int from_tty) +{ + /* FIXME */ +} + void _initialize_solib (void) { -- cgit v1.1