From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18906 invoked by alias); 31 Jul 2003 21:00:08 -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 18892 invoked from network); 31 Jul 2003 21:00:07 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 31 Jul 2003 21:00:07 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7E7422B7F for ; Thu, 31 Jul 2003 17:00:06 -0400 (EDT) Message-ID: <3F298356.4090409@redhat.com> Date: Thu, 31 Jul 2003 21:00: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: gdb-patches@sources.redhat.com Subject: Re: [patch rfc, 6.0?] only allow raw raw registers; Was: [patch rfc] Add NUM_REGS pseudo regs to MIPS References: <200307271855.h6RItIho043770@oberon.asicdesigners.com> <3F2442B3.1000506@redhat.com> <3F254328.2030407@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00562.txt.bz2 > and this change into just the mainline (6.0 will follow in a few days if no one notices a problem): > > 2003-07-27 Andrew Cagney > > * regcache.c (struct regcache_descr): Update comments on > nr_raw_registers. > (init_legacy_regcache_descr): Don't set nr_raw_registers or > sizeof_raw_register_valid_p. > (init_regcache_descr): Set nr_raw_registers and > sizeof_raw_register_valid_p before calling > init_legacy_regcache_descr. > I've committed this to the 6.0 branch. Andrew