From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67679 invoked by alias); 4 Nov 2015 16:48:34 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 67598 invoked by uid 89); 4 Nov 2015 16:48:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 04 Nov 2015 16:48:33 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id A0536C0D61A4; Wed, 4 Nov 2015 16:48:31 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-37.ams2.redhat.com [10.36.116.37]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tA4GmSWa014781 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 4 Nov 2015 11:48:30 -0500 Date: Wed, 04 Nov 2015 16:48:00 -0000 From: Jan Kratochvil To: Paul_Koning@Dell.com Cc: schwab@suse.de, gdb@sourceware.org Subject: Re: sysroot and softlinks Message-ID: <20151104164827.GA20097@host1.jankratochvil.net> References: <736EC98D-ED8D-4179-B82A-984C249E1D8E@dell.com> <459291D3-52A1-40B7-A142-42B8646F889A@dell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <459291D3-52A1-40B7-A142-42B8646F889A@dell.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00004.txt.bz2 On Wed, 04 Nov 2015 16:58:07 +0100, Paul_Koning@Dell.com wrote: > One possible answer is not to handle that case. Another possibility is to > try that if the sysroot-prefixed version doesn't work. With build-ids (pending patchset "Validate binary before use") it should be safe to try both. Jan