From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25718 invoked by alias); 2 Apr 2003 05:13:39 -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 25711 invoked from network); 2 Apr 2003 05:13:38 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 2 Apr 2003 05:13:38 -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 h325DcQ15193 for ; Wed, 2 Apr 2003 00:13:38 -0500 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 h325DcV07472 for ; Wed, 2 Apr 2003 00:13:38 -0500 Received: from localhost.localdomain (vpn50-2.rdu.redhat.com [172.16.50.2]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h325Db521385 for ; Wed, 2 Apr 2003 00:13:38 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h325DWt29310 for gdb-patches@sources.redhat.com; Tue, 1 Apr 2003 22:13:32 -0700 Date: Wed, 02 Apr 2003 05:13:00 -0000 From: Kevin Buettner Message-Id: <1030402051331.ZM29309@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [RFA] MIPS: Add mappings for HI and LO registers" (Apr 1, 10:35pm) References: <1030331231105.ZM23361@localhost.localdomain> <3E8A5A8A.3040702@redhat.com> To: gdb-patches@sources.redhat.com Subject: Re: [RFA] MIPS: Add mappings for HI and LO registers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00027.txt.bz2 On Apr 1, 10:35pm, Andrew Cagney wrote: > > * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum) > > (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM. > > Yep. Committed. Kevin