From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32024 invoked by alias); 9 May 2003 01:31:05 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 32016 invoked from network); 9 May 2003 01:31:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 May 2003 01:31:04 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h491V4H15150 for ; Thu, 8 May 2003 21:31:04 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h491V4I16082; Thu, 8 May 2003 21:31:04 -0400 Received: from [150.1.200.14] (vpn50-44.rdu.redhat.com [172.16.50.44]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h491V3811881; Thu, 8 May 2003 21:31:03 -0400 Subject: Re: [commit] Update insight for MAX_REGISTER_SIZE From: Keith Seitz To: Andrew Cagney Cc: "insight@sources.redhat.com" In-Reply-To: <3EBAE902.2050403@redhat.com> References: <3EBAE902.2050403@redhat.com> Content-Type: text/plain Organization: Message-Id: <1052444078.1680.39.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Fri, 09 May 2003 01:31:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00074.txt.bz2 On Thu, 2003-05-08 at 16:32, Andrew Cagney wrote: > FYI, this should fix the build problem with *REGISTER*SIZE. > > committed, Thanks! I was just about to take a look at this, too. Cool! Keith > 2003-05-08 Andrew Cagney > > * generic/gdbtk-register.c (get_register): Replace > MAX_REGISTER_VIRTUAL_SIZE and MAX_REGISTER_RAW_SIZE with > MAX_REGISTER_SIZE. > (register_changed_p, setup_architecture_data): Ditto. >