From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11118 invoked by alias); 30 Sep 2014 13:37:36 -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 11105 invoked by uid 89); 30 Sep 2014 13:37:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS 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; Tue, 30 Sep 2014 13:37:34 +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 (8.14.4/8.14.4) with ESMTP id s8UDbUa3015804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 30 Sep 2014 09:37:30 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8UDbR9p011224; Tue, 30 Sep 2014 09:37:28 -0400 Message-ID: <542AB217.9040307@redhat.com> Date: Tue, 30 Sep 2014 13:37:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Ajit Kumar Agarwal , Michael Eager , Joel Brobecker CC: "gdb-patches@sourceware.org" , Vinod Kathail , Vidhumouli Hunsigida , Nagaraju Mekala Subject: Re: [Patch, microblaze]: Port of Linux gdbserver References: <2570e3c7-f55b-45cd-aa6e-7f4fa145f32a@BN1BFFO11FD002.protection.gbl> <541052B5.5080503@eagercon.com> <20140910134606.GO28404@adacore.com> <050c6461-c35c-441d-9b63-7636d9164e2e@BL2FFO11FD048.protection.gbl> <20140910144313.GP28404@adacore.com> <89d100d8-4ebd-4f50-b5e9-59312124db6a@BL2FFO11FD057.protection.gbl> <54131362.1050009@eagercon.com> <54186D95.4000301@redhat.com> <84be59b9-9f3c-4789-8313-ca3b6061cd1d@BY2FFO11FD003.protection.gbl> <54194300.5090908@redhat.com> <517d120e-6565-406f-acc6-186bb63342fe@BN1BFFO11FD026.protection.gbl> <542A9762.1060407@redhat.com> <908982d6-5edf-45ec-add7-87ae9aac8f95@BL2FFO11FD017.protection.gbl> In-Reply-To: <908982d6-5edf-45ec-add7-87ae9aac8f95@BL2FFO11FD017.protection.gbl> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-09/txt/msg00891.txt.bz2 On 09/30/2014 02:27 PM, Ajit Kumar Agarwal wrote: > > >> > diff --git a/gdb/regformats/microblaze-with-stack-protect.dat >> > b/gdb/regformats/microblaze-with-stack-protect.dat >> > index f71c111..e349b4a 100644 >> > --- a/gdb/regformats/microblaze-with-stack-protect.dat >> > +++ b/gdb/regformats/microblaze-with-stack-protect.dat >> > @@ -1,7 +1,7 @@ >> > # DO NOT EDIT: generated from microblaze-with-stack-protect.xml > ^^^^^^^^^^^ > ^^^^^^^^^^^ > ^^^^^^^^^^^ > ^^^^^^^^^^^ > ^^^^^^^^^^^ > >>> >>Please send a preparatory, independent, patch that updates features/Makefile instead and generates this file, in a new thread, with self-contained >>description, following the >>> >>checklist: >>> >> https://sourceware.org/gdb/wiki/ContributionChecklist > I have created this file instead of editing. I should have written as New file in the ChangeLog. Still You want me to send a separate patch. ?? No, you haven't created it. It's already in the tree. Please send a separate patch that edits gdb/features/Makefile, where it reads: microblaze-expedite = r1,pc and that regenerates the .dat file with that Makefile. > > Thanks & Regards > Ajit > >> > name:microblaze_with_stack_protect >> > xmltarget:microblaze-with-stack-protect.xml >> > -expedite:r1,pc >> > +expedite:r1,rpc >> > 32:r0 >> > 32:r1 >> > 32:r2 >> > -- 1.7.1 >> > Thanks, Pedro Alves