From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12476 invoked by alias); 15 Mar 2004 19:51:22 -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 12460 invoked from network); 15 Mar 2004 19:51:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Mar 2004 19:51:21 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i2FJpL07002496 for ; Mon, 15 Mar 2004 14:51:21 -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 i2FJpKS03595 for ; Mon, 15 Mar 2004 14:51:20 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i2FJpK4q007777 for ; Mon, 15 Mar 2004 14:51:20 -0500 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i2FJpEcG017530 for ; Mon, 15 Mar 2004 12:51:15 -0700 Date: Mon, 15 Mar 2004 19:51:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [rfa/ppc] Make registers unsigned Message-Id: <20040315125114.41644190@saguaro> In-Reply-To: <404CED58.4010205@gnu.org> References: <404CED58.4010205@gnu.org> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03.o/txt/msg00324.txt On Mon, 08 Mar 2004 17:02:00 -0500 Andrew Cagney wrote: > 2004-03-07 Andrew Cagney > > * rs6000-tdep.c (rs6000_register_virtual_type): Make registers > unsigned. Okay, for both mainline and 6.1. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12476 invoked by alias); 15 Mar 2004 19:51:22 -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 12460 invoked from network); 15 Mar 2004 19:51:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Mar 2004 19:51:21 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i2FJpL07002496 for ; Mon, 15 Mar 2004 14:51:21 -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 i2FJpKS03595 for ; Mon, 15 Mar 2004 14:51:20 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i2FJpK4q007777 for ; Mon, 15 Mar 2004 14:51:20 -0500 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i2FJpEcG017530 for ; Mon, 15 Mar 2004 12:51:15 -0700 Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [rfa/ppc] Make registers unsigned Message-ID: <20040315125114.41644190@saguaro> In-Reply-To: <404CED58.4010205@gnu.org> References: <404CED58.4010205@gnu.org> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00324.txt.bz2 Message-ID: <20040319000900.C4W9497J0HYaHeppZVbRPjxiebs0TPPClrEeDar3Zp4@z> On Mon, 08 Mar 2004 17:02:00 -0500 Andrew Cagney wrote: > 2004-03-07 Andrew Cagney > > * rs6000-tdep.c (rs6000_register_virtual_type): Make registers > unsigned. Okay, for both mainline and 6.1. Kevin