From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32078 invoked by alias); 29 May 2002 01:05: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 32038 invoked from network); 29 May 2002 01:05:45 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 29 May 2002 01:05:45 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A7AB33D31; Tue, 28 May 2002 18:53:38 -0400 (EDT) Message-ID: <3CF40A72.4030207@cygnus.com> Date: Tue, 28 May 2002 18:05:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc2) Gecko/20020518 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Theodore A. Roth" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] pull AVR port into gdb-5.2 branch References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00991.txt.bz2 > 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