From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22715 invoked by alias); 28 Mar 2017 13:28:52 -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 22690 invoked by uid 89); 28 Mar 2017 13:28:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr0-f175.google.com Received: from mail-wr0-f175.google.com (HELO mail-wr0-f175.google.com) (209.85.128.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Mar 2017 13:28:50 +0000 Received: by mail-wr0-f175.google.com with SMTP id w11so87103847wrc.3 for ; Tue, 28 Mar 2017 06:28:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=0PmIuDagNjElIGW/CdwxAJfNSchZcQuTB72DkTr84Z8=; b=eiC3SdXzclgbdknUmVWZdlgJwELs0Hy8G/9h+KBRpvqEdBH3Rmxoe5YRs3o57pNxTL ngsrBtZWmilSDBQyeafXXTGWh6yNAwjGqmnPMJzSC7vWvCqUOXKud8/4y/cqhkuaqHgd KL6mv2toFX8B984gWoOzlPMw9jmhlbkPiaHx724tJU4M76dw8fPgjOlsGjjaiGr1ncuZ hereRTjHtevuiU1h1fZ9tTEXIAT95UeHAb8MXOPNznMdsM1KEXB3ez+s23fVxTTKVr3a LpFZ+IcYXphdWr0O9UzeTk+uJfBBUiitYqf7rNgbZibCsr9uFi0A1R6K/M43qUugCztk 9lpA== X-Gm-Message-State: AFeK/H0qm0U8p+gt9onwgkzewZxKAupkgYG63RIkv4ytDZCM2wZx7db0lWbEXZdVV54oqodC X-Received: by 10.28.132.130 with SMTP id g124mr14909114wmd.60.1490707728229; Tue, 28 Mar 2017 06:28:48 -0700 (PDT) Received: from [192.168.0.101] ([37.189.166.198]) by smtp.gmail.com with ESMTPSA id 190sm3642376wmk.17.2017.03.28.06.28.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Mar 2017 06:28:47 -0700 (PDT) Subject: Re: [PATCH 5/5 v2] arc: Add prologue analysis To: Anton Kolesov , "gdb-patches@sourceware.org" References: <6c70823b-879d-a581-5417-82db9c0ad408@redhat.com> <20170315151754.28699-1-Anton.Kolesov@synopsys.com> <39A54937CC95F24AA2F794E2D2B66B13586EA2B6@DE02WEMBXB.internal.synopsys.com> Cc: Francois Bedard From: Pedro Alves Message-ID: <50152eaa-1b56-6a1b-b579-58cd0e01b966@redhat.com> Date: Tue, 28 Mar 2017 13:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <39A54937CC95F24AA2F794E2D2B66B13586EA2B6@DE02WEMBXB.internal.synopsys.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-03/txt/msg00481.txt.bz2 On 03/27/2017 03:20 PM, Anton Kolesov wrote: >> -----Original Message----- >> From: Anton Kolesov [mailto:Anton.Kolesov@synopsys.com] >> Sent: Wednesday, March 15, 2017 18:18 >> To: gdb-patches@sourceware.org >> Cc: Anton Kolesov ; Francois Bedard >> >> Subject: [PATCH 5/5 v2] arc: Add prologue analysis >> >> Changes in v2: >> >> * Use "prepare_for" in test cases. >> * Ensure that all test cases have unique names in gdb.sum. >> * Fix invalid indentation in test cases. > > Hi Pedro, > > Any feedback on two v2 patches from this patch series? v2 only included patches 4 and 5, right? If so, other than the nits I sent in the reply to patch #4 v2, I have no further comments. Fix those and you're good to go. Thanks, Pedro Alves