From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13346 invoked by alias); 8 Jun 2002 16:07:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13271 invoked from network); 8 Jun 2002 16:07:48 -0000 Received: from unknown (HELO ma103.mailarmory.com) (216.17.222.195) by sources.redhat.com with SMTP; 8 Jun 2002 16:07:48 -0000 Received: from deimos.frii.net (deimos.frii.com [216.17.128.2]) by ma103.mailarmory.com (8.12.3/8.12.3) with ESMTP id g58G7lsZ042144 for ; Sat, 8 Jun 2002 10:07:47 -0600 (MDT) Received: from ari-co8-163.rasserver.net (ari-co8-163.rasserver.net [204.32.206.163]) by deimos.frii.net (8.12.3/8.12.3) with ESMTP id g58G7iC9033761 for ; Sat, 8 Jun 2002 10:07:45 -0600 (MDT) Date: Sat, 08 Jun 2002 09:07:00 -0000 From: "Theodore A. Roth" X-X-Sender: troth@bozoland.mynet To: gdb-patches@sources.redhat.com Subject: Re: [RFA] update NEWS and MAINTAINERS for avr. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-06/txt/msg00122.txt.bz2 Hi, I never got a response on this. I just wanted to know if I should word this differently: >+*** Changes since GDB 5.2: This patch is for the 5.2 branch. I might not have made that clear before. I'm still sitting on this and if I don't get an approval by tuesday it will have to wait a week or two while I move across country. ;-) Ted Roth On Tue, 28 May 2002, Theodore A. Roth wrote: >Hi, > >I'd commit this as obvious, but I'd not sure about the NEWS change. > >Ted Roth > > * MAINTAINERS: Add myself as AVR maintainer. > * NEWS: Note new avr target. > >Index: gdb/MAINTAINERS >=================================================================== >RCS file: /cvs/src/src/gdb/MAINTAINERS,v >retrieving revision 1.154.2.6 >diff -u -p -r1.154.2.6 MAINTAINERS >--- gdb/MAINTAINERS 15 Apr 2002 02:00:09 -0000 1.154.2.6 >+++ gdb/MAINTAINERS 29 May 2002 02:50:29 -0000 >@@ -70,6 +70,9 @@ maintainer works with the native maintai > Richard Earnshaw rearnsha@arm.com > Not multi-arch > >+ avr --target=avr ,-Werror >+ Theodore A. Roth troth@verinet.com >+ > cris --target=cris-elf -w > Orjan Friberg orjanf@axis.com > >@@ -378,6 +381,7 @@ Jason Molenda jmolenda@apple.com > Pierre Muller muller@sources.redhat.com > Alexandre Oliva aoliva@redhat.com > Tom Rix trix@redhat.com >+Theodore A. Roth troth@verinet.com > Mark Salter msalter@redhat.com > Andreas Schwab schwab@suse.de > Keith Seitz keiths@redhat.com >Index: gdb/NEWS >=================================================================== >RCS file: /cvs/src/src/gdb/NEWS,v >retrieving revision 1.58.2.1 >diff -u -p -r1.58.2.1 NEWS >--- gdb/NEWS 5 Mar 2002 23:03:08 -0000 1.58.2.1 >+++ gdb/NEWS 29 May 2002 02:50:37 -0000 >@@ -1,6 +1,12 @@ > What has changed in GDB? > (Organized release by release) > >+*** Changes since GDB 5.2: >+ >+* New targets. >+ >+Atmel AVR avr*-*-* >+ > *** Changes in GDB 5.2: > > * New command "set trust-readonly-sections on[off]". >