This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch ob] update comment in solib.c


Applied as obvious to reflect change I made many moons ago.

2003-06-03  Kris Warkentin  <kewarken@qnx.com>

 * solib.c (solib_open): Update comment to reflect actual search order.

Index: solib.c
===================================================================
RCS file: /cvs/src/src/gdb/solib.c,v
retrieving revision 1.55
diff -c -r1.55 solib.c
*** solib.c     24 Feb 2003 19:11:04 -0000      1.55
--- solib.c     3 Jun 2003 19:12:16 -0000
***************
*** 91,96 ****
--- 91,97 ----
     * 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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]