From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41448 invoked by alias); 15 Feb 2017 23:48:50 -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 41429 invoked by uid 89); 15 Feb 2017 23:48:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*bergner, H*MI:sk:e5fceaa, H*f:sk:e5fceaa, H*i:sk:e5fceaa X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pf0-f196.google.com Received: from mail-pf0-f196.google.com (HELO mail-pf0-f196.google.com) (209.85.192.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 Feb 2017 23:48:48 +0000 Received: by mail-pf0-f196.google.com with SMTP id e4so123137pfg.0; Wed, 15 Feb 2017 15:48:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=RvD68DeUwhfmSr460iJiuFqIo7tSNYpXscBCcp5P0y0=; b=oXpWJzoLwdm9+ToM6nixVfJe6bfzkRq5VaOAlx+zlpviMao+tYdkISJBSQ89lV2E28 67RBTV78VJ0CL5khqQxcR9nHauWvt94HKbD3RHh/nFBb7neccj05k3alAX2qPxVSV1N7 eZZfmaI0AlnssLGZ+cuhYct+ki5obOrmV2uqgidLh90h9L0g5fRSo/tSyr2Tpk8e5PEt 6L6d0BpN24AoZKyoCYlbBM9aAxe7nlBxOINOnFhPuP6LhAm5qxcb1D2vZ55nWMcsu7gZ vQoFk1HcNcHsQyTeDi2T6GM5buq+VZc0G6kJMdK52GKCgb+r5Unwdr7nUmyPlxKRineH Ri8g== X-Gm-Message-State: AMke39lSxgTYydnME9ONiaaPB9+QVOK+v7daXHrDkc8Fzn7SB430R0+2tHgWdwQlGnUcqg== X-Received: by 10.99.163.2 with SMTP id s2mr42300885pge.43.1487202527167; Wed, 15 Feb 2017 15:48:47 -0800 (PST) Received: from bubble.grove.modra.org (CPE-58-160-71-80.tyqh2.lon.bigpond.net.au. [58.160.71.80]) by smtp.gmail.com with ESMTPSA id n73sm9513154pfa.9.2017.02.15.15.48.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Feb 2017 15:48:46 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 64B5DC0E1D; Thu, 16 Feb 2017 10:18:42 +1030 (ACDT) Date: Wed, 15 Feb 2017 23:48:00 -0000 From: Alan Modra To: Peter Bergner Cc: Pedro Alves , Yao Qi , gdb-patches@sourceware.org, Ulrich Weigand , Eli Zaretskii , Nick Clifton , binutils Subject: Re: [PATCH, updated] Add support for setting disassembler-options in GDB for POWER, ARM and S390 Message-ID: <20170215234842.GI3731@bubble.grove.modra.org> References: <867f4uccky.fsf@gmail.com> <65f2f8ce-450b-297a-dcab-7a8bc0ebc256@vnet.ibm.com> <77996338-961a-5a69-e41a-f1adbb3b23da@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2017-02/txt/msg00429.txt.bz2 On Wed, Feb 15, 2017 at 05:14:16PM -0600, Peter Bergner wrote: > On 2/14/17 2:01 PM, Pedro Alves wrote: > > - Maintain the intended git commit log as an integral part > > of the patch, and include it in patch re-posts, so that > > any revision of the patch can be reviewed as a > > self-contained entity. There's probably some rationale for > > some changes to the tests that is written down in some > > earlier intro, but was lost meanwhile. > > I'm not a git expert, as I'm paid to work on gcc and we still use > subversion. I am willing to learn though, so can you explain what > you mean by the above? When you commit the patch to your local git repo, write your email into the git commit message. Then (perhaps) trim that a little for the push upstream. Take a look at "git log" for binutils-gdb. We are quite verbose. -- Alan Modra Australia Development Lab, IBM