From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8224 invoked by alias); 14 Feb 2012 23:42:54 -0000 Received: (qmail 8212 invoked by uid 22791); 14 Feb 2012 23:42:53 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from elasmtp-masked.atl.sa.earthlink.net (HELO elasmtp-masked.atl.sa.earthlink.net) (209.86.89.68) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Feb 2012 23:42:35 +0000 Received: from [70.170.59.51] (helo=macbook2.local) by elasmtp-masked.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1RxS14-0002V2-TQ for gdb-patches@sourceware.org; Tue, 14 Feb 2012 18:42:34 -0500 Message-ID: <4F3AF16A.9090803@earthlink.net> Date: Wed, 15 Feb 2012 00:58:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [RFA] Add rl78 to NEWS, MAINTAINERS, and Makefile.in References: <20120214153734.2c68eb9a@mesquite.lan> In-Reply-To: <20120214153734.2c68eb9a@mesquite.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940ed2fec36d36cbf8338146c1842e6ac8a350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes 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: 2012-02/txt/msg00289.txt.bz2 On 2/14/12 2:37 PM, Kevin Buettner wrote: > I think I need approval for the NEWS entry. The rest of it is an RFC. > > diff -u -p -r1.487 NEWS > --- NEWS 7 Feb 2012 19:47:15 -0000 1.487 > +++ NEWS 14 Feb 2012 22:27:13 -0000 > @@ -1,6 +1,10 @@ > What has changed in GDB? > (Organized release by release) > > +* New targets > + > +Renesas RL78 rl78-*-elf > + > *** Changes since GDB 7.4 > > * Python scripting > > Don't you want your new bit underneath "Changes since GDB 7.4"? Also, I don't know that there is anything like a standard for this, but I tend to like having features that affect more users higher in the NEWS section for a release, and the more arcane/specialized additions more towards the end of the section; the theory being that we have so many new features in each release, and many readers won't actually make it all the way through the list. :-) In any case, your changes are fine. Stan