From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25687 invoked by alias); 18 Aug 2007 00:18:12 -0000 Received: (qmail 25341 invoked by uid 22791); 18 Aug 2007 00:18:09 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 18 Aug 2007 00:18:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0EAB32AB15F; Fri, 17 Aug 2007 20:18:06 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qC1EW9uDo+xQ; Fri, 17 Aug 2007 20:18:05 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CAC292AB180; Fri, 17 Aug 2007 20:18:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 543EDE7B58; Fri, 17 Aug 2007 17:21:56 -0700 (PDT) Date: Sat, 18 Aug 2007 00:18:00 -0000 From: Joel Brobecker To: Maxim Grigoriev Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] Adding support for Xtensa Call0 ABI Message-ID: <20070818002156.GA24165@adacore.com> References: <46C6190A.2000007@hq.tensilica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46C6190A.2000007@hq.tensilica.com> User-Agent: Mutt/1.4.2.2i 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 X-SW-Source: 2007-08/txt/msg00349.txt.bz2 > Since adding new ABI support is a big patch I considered > that as a good opportunity to reformat comments > (capitals, spaces after periods, etc) and do some > minor clean-ups to match coding standard. Actually, it's cleaner if you could separate the formatting-only patch from the real change. The formatting changes just clutter your patch, and make it harder for us to review your changes. > I've committed this patch. Is this worth a NEWS entry? -- Joel