From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16880 invoked by alias); 22 Jul 2013 20:53:53 -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 16870 invoked by uid 89); 22 Jul 2013 20:53:53 -0000 X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 22 Jul 2013 20:53:52 +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 r6MKriKk026658 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 22 Jul 2013 16:53:44 -0400 Received: from host2.jankratochvil.net (ovpn-116-19.ams2.redhat.com [10.36.116.19]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r6MKre3Q026967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 22 Jul 2013 16:53:42 -0400 Date: Mon, 22 Jul 2013 20:53:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: Tom Tromey , gdb-patches Subject: [commit] Re: Runtime regression for gdb.base/reread.exp & co. [Re: [RFA] Remove target_section.bfd] Message-ID: <20130722205340.GA26686@host2.jankratochvil.net> References: <20130718105435.GA26949@host2.jankratochvil.net> <20130718163310.GA14833@host2.jankratochvil.net> <20968.34352.845515.406613@ruffy.mtv.corp.google.com> <878v0y7eaw.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <878v0y7eaw.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-07/txt/msg00518.txt.bz2 On Mon, 22 Jul 2013 18:24:55 +0200, Tom Tromey wrote: > It looks good to me, thanks. I find the patch also OK and to make all the regressions maze easier I have therefore checked it in: http://sourceware.org/ml/gdb-cvs/2013-07/msg00101.html http://sourceware.org/ml/gdb-cvs/2013-07/msg00102.html Thanks, Jan