From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125922 invoked by alias); 22 Aug 2015 19:24:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 125342 invoked by uid 89); 22 Aug 2015 19:24: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,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no 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; Sat, 22 Aug 2015 19:24: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 751898535B; Sat, 22 Aug 2015 19:24:32 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-22.ams2.redhat.com [10.36.116.22]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7MJOTj8027768 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 22 Aug 2015 15:24:31 -0400 Date: Sat, 22 Aug 2015 19:24:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v12 08/32] Permit multiple sysroot directories Message-ID: <20150822192428.GA12650@host1.jankratochvil.net> References: <20150821212006.6673.35100.stgit@host1.jankratochvil.net> <20150821212111.6673.85003.stgit@host1.jankratochvil.net> <83h9nrixtm.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83h9nrixtm.fsf@gnu.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00638.txt.bz2 On Sat, 22 Aug 2015 09:31:17 +0200, Eli Zaretskii wrote: > > -Display the current executable and shared library prefix. > > +Display the current executable and shared library prefix(es). > > I think "prefix" is wrong here. Why not simplify like this: > > Display the current value of sysroot, which is used to look for > executable and shared libraries. Updated all the cases in GIT. Thanks, Jan