From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30626 invoked by alias); 5 Mar 2003 03:07:53 -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 30619 invoked from network); 5 Mar 2003 03:07:52 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 5 Mar 2003 03:07:52 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A56932A9C; Tue, 4 Mar 2003 22:07:50 -0500 (EST) Message-ID: <3E656A06.70007@redhat.com> Date: Wed, 05 Mar 2003 03:07:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Theodore A. Roth" Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] avr: fix io reg read command. References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00117.txt.bz2 > I've committed this patch. > > Is there going to be another gdb-5.3.x release? If so, I'd like to > commit this to the branch. You're free to commit it to the branch (but it is very unlikely that there will be another release from the 5.3.x branch). Andrew > 2003-03-04 Theodore A. Roth > > * gdb/avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the > number of io registers reported by remote target is not a multiple of > step. >