From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1004 invoked by alias); 28 Jul 2003 15:37:11 -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 986 invoked from network); 28 Jul 2003 15:37:11 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 28 Jul 2003 15:37:11 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 364862B7F; Mon, 28 Jul 2003 11:37:12 -0400 (EDT) Message-ID: <3F254328.2030407@redhat.com> Date: Mon, 28 Jul 2003 15:37: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 Cc: Steve Watt 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> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00494.txt.bz2 I've checked this tweak into 6.0 and mainline: > 2003-07-27 Andrew Cagney > > * mips-tdep.c (print_gp_register_row): Print the GPR's register > MOD NUM_REGS. > 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. > Andrew