From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20174 invoked by alias); 22 Jun 2013 20:03:16 -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 20144 invoked by uid 89); 22 Jun 2013 20:03:11 -0000 X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 22 Jun 2013 20:03:10 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5MK34oF006629 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 22 Jun 2013 16:03:04 -0400 Received: from psique (ovpn-113-175.phx2.redhat.com [10.3.113.175]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r5MK30Jn027273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 22 Jun 2013 16:03:02 -0400 From: Sergio Durigan Junior To: Eli Zaretskii Cc: Doug Evans , yao@codesourcery.com, gdb-patches@sourceware.org Subject: Re: [PATCH] print '--with{,out}-babeltrace' in 'gdb --configuration' References: <1365761475-23845-1-git-send-email-yao@codesourcery.com> <83fvyr58c5.fsf@gnu.org> <516DEDAD.8070902@codesourcery.com> <516E0ED2.2080203@codesourcery.com> <83obdd2irl.fsf@gnu.org> <83sj0al6u1.fsf@gnu.org> X-URL: http://www.redhat.com Date: Sat, 22 Jun 2013 22:21:00 -0000 In-Reply-To: <83sj0al6u1.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 22 Jun 2013 14:31:50 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-06/txt/msg00631.txt.bz2 On Saturday, June 22 2013, Eli Zaretskii wrote: > Is the below OK? > > Index: gdb/top.c > =================================================================== > RCS file: /cvs/src/src/gdb/top.c,v > retrieving revision 1.236 > diff -u -p -r1.236 top.c > --- gdb/top.c 30 May 2013 17:27:44 -0000 1.236 > +++ gdb/top.c 22 Jun 2013 11:30:47 -0000 > @@ -1252,6 +1252,9 @@ This GDB was configured as follows:\n\ > --without-babeltrace\n\ > ")); > #endif > + fprintf_filtered (stream, _("\n\ > + (\"Relocatable\" means directory can be moved with the GDB installation tree.)\n\ ^^^ "means the directory" ? -- Sergio