aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.c
diff options
context:
space:
mode:
authorKris Warkentin <kewarken@qnx.com>2003-06-03 19:16:34 +0000
committerKris Warkentin <kewarken@qnx.com>2003-06-03 19:16:34 +0000
commitf43caff87cc42933ad3d52cc5f77495c7e5ba93f (patch)
treefdfb25d4a5d864613f15aa65c8ebd4a4c73f7b60 /gdb/solib.c
parentae1e741769ca494b6d7d6faaa91d6ef2ba5cecfd (diff)
downloadfsf-binutils-gdb-f43caff87cc42933ad3d52cc5f77495c7e5ba93f.zip
fsf-binutils-gdb-f43caff87cc42933ad3d52cc5f77495c7e5ba93f.tar.gz
fsf-binutils-gdb-f43caff87cc42933ad3d52cc5f77495c7e5ba93f.tar.bz2
2003-06-03 Kris Warkentin <kewarken@qnx.com>
* solib.c (solib_open): Update comment to reflect actual search order.
Diffstat (limited to 'gdb/solib.c')
-rw-r--r--gdb/solib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/solib.c b/gdb/solib.c
index 289b84f..7eb06d7 100644
--- a/gdb/solib.c
+++ b/gdb/solib.c
@@ -91,6 +91,7 @@ static char *solib_search_path = NULL;
* If path is absolute, look in SOLIB_ABSOLUTE_PREFIX.
* If path is absolute or relative, look for it literally (unmodified).
* Look in SOLIB_SEARCH_PATH.
+ * If available, use target defined search function.
* Look in inferior's $PATH.
* Look in inferior's $LD_LIBRARY_PATH.