From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10015 invoked by alias); 27 Mar 2017 14:20:59 -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 9999 invoked by uid 89); 27 Mar 2017 14:20:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_50,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:596, H*M:internal, sk:francoi, francois X-HELO: smtprelay.synopsys.com Received: from us01smtprelay-2.synopsys.com (HELO smtprelay.synopsys.com) (198.182.47.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 Mar 2017 14:20:57 +0000 Received: from mailhost.synopsys.com (mailhost2.synopsys.com [10.13.184.66]) by smtprelay.synopsys.com (Postfix) with ESMTP id D779E24E0FFC; Mon, 27 Mar 2017 07:20:56 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 3398725F; Mon, 27 Mar 2017 07:20:56 -0700 (PDT) Received: from US01WEHTC3.internal.synopsys.com (us01wehtc3.internal.synopsys.com [10.15.84.232]) by mailhost.synopsys.com (Postfix) with ESMTP id 2ADBE25D; Mon, 27 Mar 2017 07:20:56 -0700 (PDT) Received: from DE02WEHTCB.internal.synopsys.com (10.225.19.94) by US01WEHTC3.internal.synopsys.com (10.15.84.232) with Microsoft SMTP Server (TLS) id 14.3.266.1; Mon, 27 Mar 2017 07:20:56 -0700 Received: from DE02WEMBXB.internal.synopsys.com ([fe80::95ce:118a:8321:a099]) by DE02WEHTCB.internal.synopsys.com ([::1]) with mapi id 14.03.0266.001; Mon, 27 Mar 2017 16:20:54 +0200 From: Anton Kolesov To: "gdb-patches@sourceware.org" , "Pedro Alves (palves@redhat.com)" CC: Francois Bedard Subject: RE: [PATCH 5/5 v2] arc: Add prologue analysis Date: Mon, 27 Mar 2017 14:20:00 -0000 Message-ID: <39A54937CC95F24AA2F794E2D2B66B13586EA2B6@DE02WEMBXB.internal.synopsys.com> References: <6c70823b-879d-a581-5417-82db9c0ad408@redhat.com> <20170315151754.28699-1-Anton.Kolesov@synopsys.com> In-Reply-To: <20170315151754.28699-1-Anton.Kolesov@synopsys.com> x-dg-ref: PG1ldGE+PGF0IG5tPSJib2R5LnR4dCIgcD0iYzpcdXNlcnNcYWtvbGVzb3Yuc3lub3BzeXNcYXBwZGF0YVxyb2FtaW5nXDA5ZDg0OWI2LTMyZDMtNGE0MC04NWVlLTZiODRiYTI5ZTM1Ylxtc2dzXG1zZy05NDc0NGNiNC0xMmY4LTExZTctYTdmNS00ODUxYjc3ZTlhOTVcYW1lLXRlc3RcOTQ3NDRjYjYtMTJmOC0xMWU3LWE3ZjUtNDg1MWI3N2U5YTk1Ym9keS50eHQiIHN6PSI2NTEiIHQ9IjEzMTM1MDk4MDUyMDEyNDU0MyIgaD0iOUh3cURqMVRFU1U4eE5DKzMzRDV5NHZZUm5zPSIgaWQ9IiIgYmw9IjAiIGJvPSIxIi8+PC9tZXRhPg== Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2017-03/txt/msg00465.txt.bz2 > -----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 >=20 > Changes in v2: >=20 > * 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?=20 Anton