From: Kris Warkentin Date: Tue, 3 Jun 2003 19:16:34 +0000 (+0000) Subject: 2003-06-03 Kris Warkentin X-Git-Tag: ezannoni_pie-20030916-branchpoint~1420 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f43caff87cc42933ad3d52cc5f77495c7e5ba93f;p=external%2Fbinutils.git 2003-06-03 Kris Warkentin * solib.c (solib_open): Update comment to reflect actual search order. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5689c72..42c01f2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-06-03 Kris Warkentin + + * solib.c (solib_open): Update comment to reflect actual search order. + 2003-06-03 Andrew Cagney * frame.c (get_frame_memory_signed): New function. 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.