From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27745 invoked by alias); 3 Jun 2003 19:16:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27708 invoked from network); 3 Jun 2003 19:16:45 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 3 Jun 2003 19:16:45 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id PAA06218 for ; Tue, 3 Jun 2003 15:11:25 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id PAA21165 for ; Tue, 3 Jun 2003 15:16:44 -0400 Message-ID: <04d501c32a04$b4fde600$0202040a@catdog> From: "Kris Warkentin" To: "Gdb-Patches@Sources.Redhat.Com" Subject: [patch ob] update comment in solib.c Date: Tue, 03 Jun 2003 19:16:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-06/txt/msg00129.txt.bz2 Applied as obvious to reflect change I made many moons ago. 2003-06-03 Kris Warkentin * 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.