From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4634 invoked by alias); 29 May 2002 02:42:02 -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 4586 invoked from network); 29 May 2002 02:41:59 -0000 Received: from unknown (HELO ma103.mailarmory.com) (216.17.222.195) by sources.redhat.com with SMTP; 29 May 2002 02:41:59 -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 g4T2fsxe072898; Tue, 28 May 2002 20:41:54 -0600 (MDT) Received: from ari-co10-235.rasserver.net (ari-co10-235.rasserver.net [204.32.195.235]) by deimos.frii.net (8.12.3/8.12.3) with ESMTP id g4T2fq0G079961; Tue, 28 May 2002 20:41:53 -0600 (MDT) Date: Tue, 28 May 2002 20:00:00 -0000 From: "Theodore A. Roth" X-X-Sender: troth@bozoland.mynet To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] pull AVR port into gdb-5.2 branch In-Reply-To: <3CF40A72.4030207@cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-05/txt/msg00997.txt.bz2 Thanks Andrew. Committed. On Tue, 28 May 2002, Andrew Cagney wrote: >> Howdy, >> >> I'd like to apply the attached patch to the gdb-5.2 branch. This is just >> pulling the AVR port from the main trunk. >> >> Is there anything special that I should do instead of applying this patch >> and then committing the changes to the branch? I looked through the cvs >> info manual, but it only talks about merging branches onto the main line. >> It didn't seem obvious to me how to go from main line to branch. > >There is nothing special you need to do - provided your CVS is [fairly] >up-to-date and you're working in the branch committing the files will >put them onto the branch. > >Looks like a good move. > >> Once this patch goes in, I'll make the changes to MAINTAINERS and NEWS on >> the 5.2 branch separately. >> >> Ted Roth >> >> * Makefile.in: Add support for AVR target. >> * configure.tgt: Add support for AVR target. >> * avr-tdep.c: New file >> * config/avr/avr.mt: New file. > >Ok. > >enjoy, >Andrew > >