From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18895 invoked by alias); 5 Jun 2007 15:20:10 -0000 Received: (qmail 18884 invoked by uid 22791); 5 Jun 2007 15:20:09 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 05 Jun 2007 15:20:08 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 590ED982E5; Tue, 5 Jun 2007 15:20:06 +0000 (GMT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by nan.false.org (Postfix) with ESMTP id 374D2982CE; Tue, 5 Jun 2007 15:20:05 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1Hvaog-0007AF-Hm; Tue, 05 Jun 2007 11:19:26 -0400 Date: Tue, 05 Jun 2007 15:20:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: Remove register_bytes_ok arch method Message-ID: <20070605151926.GB27064@caradoc.them.org> Mail-Followup-To: Vladimir Prus , gdb-patches@sources.redhat.com References: <200705051226.32219.vladimir@codesourcery.com> <20070514174607.GG4818@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-06/txt/msg00053.txt.bz2 On Mon, May 28, 2007 at 03:39:48PM +0400, Vladimir Prus wrote: > Here's the updated patch. OK? > * remote.c (process_g_packet): Don't check size. > * gdbarch.sh: Remove register_bytes_ok. > * gdbarch.c: Regenerated. > * gdbarch.h: Regenerated. > * m68k-tdep.c (REGISTER_BYTES_NOFP): Remove. > (m68k_register_bytes_ok): Remove. > (m68k_gdbarch_init): Don't register m68k_register_bytes_ok. Yes, this is OK. -- Daniel Jacobowitz CodeSourcery