From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115283 invoked by alias); 4 Nov 2015 16:57:08 -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 115269 invoked by uid 89); 4 Nov 2015 16:57:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: ausc60ps301.us.dell.com Received: from ausc60ps301.us.dell.com (HELO ausc60ps301.us.dell.com) (143.166.148.206) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 04 Nov 2015 16:57:07 +0000 X-LoopCount0: from 10.170.28.40 From: To: CC: , Subject: Re: sysroot and softlinks Date: Wed, 04 Nov 2015 16:57:00 -0000 Message-ID: <560D8EEA-F782-4E1C-8861-BA167C7C3718@dell.com> References: <736EC98D-ED8D-4179-B82A-984C249E1D8E@dell.com> <459291D3-52A1-40B7-A142-42B8646F889A@dell.com> <20151104164827.GA20097@host1.jankratochvil.net> In-Reply-To: <20151104164827.GA20097@host1.jankratochvil.net> Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00005.txt.bz2 > On Nov 4, 2015, at 11:48 AM, Jan Kratochvil w= rote: >=20 > 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. >=20 > With build-ids (pending patchset "Validate binary before use") it should = be > safe to try both. Thanks Jan. It sounds like this is a useful change. I'll take a look to see if I can c= onstruct it, if yes I'll propose the patch. paul