From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95201 invoked by alias); 2 Oct 2015 19:26:13 -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 95188 invoked by uid 89); 2 Oct 2015 19:26:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham 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; Fri, 02 Oct 2015 19:26:11 +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 877E5B8BB1 for ; Fri, 2 Oct 2015 19:26:10 +0000 (UTC) Received: from pinnacle.lan ([10.3.113.5]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t92JQ96K006202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA256 bits=256 verify=NO) for ; Fri, 2 Oct 2015 15:26:10 -0400 Date: Fri, 02 Oct 2015 19:26:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [PATCH, FT32] Correctly interpret function prologs Message-ID: <20151002122608.1a6d1182@pinnacle.lan> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00023.txt.bz2 On Fri, 2 Oct 2015 18:35:13 +0000 James Bowman wrote: > Hi Kevin, > > Thanks for the review, I have corrected as suggested, and added a comment > describing the action of the prolog subroutines. > > OK to apply? Yes, please apply. Kevin