From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22576 invoked by alias); 3 Jul 2013 12:26:47 -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 22544 invoked by uid 89); 3 Jul 2013 12:26:41 -0000 X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,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; Wed, 03 Jul 2013 12:26:40 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r63CQduT011190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 3 Jul 2013 08:26:39 -0400 Received: from localhost.localdomain (ovpn-112-20.ams2.redhat.com [10.36.112.20]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r63CQcO0019829; Wed, 3 Jul 2013 08:26:38 -0400 Message-ID: <51D4187D.7020601@redhat.com> Date: Wed, 03 Jul 2013 12:26:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Pedro Alves CC: "gdb-patches@sourceware.org" Subject: Re: [rfc] Add help text to start-up text References: <51B8D10E.5030409@redhat.com> <51B98CEE.3080006@redhat.com> <51C422AE.7000507@redhat.com> <51C46A6E.8040903@redhat.com> In-Reply-To: <51C46A6E.8040903@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00139.txt.bz2 On 21/06/13 15:59, Pedro Alves wrote: > On 06/21/2013 10:53 AM, Phil Muldoon wrote: >> I've updated the patch with yours and other reviewers' suggestions. >> The start-up text now reads: > > Looks great to me. Thanks! It's been twelve days since the last comment on this patch, so I think the conversation has pretty much ceased on this topic. As the last patch gathered no objections, is it ok to check in? Cheers Phil