From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27797 invoked by alias); 20 Apr 2005 15:14:49 -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 27686 invoked from network); 20 Apr 2005 15:14:45 -0000 Received: from unknown (HELO e34.co.us.ibm.com) (32.97.110.132) by sourceware.org with SMTP; 20 Apr 2005 15:14:45 -0000 Received: from westrelay03.boulder.ibm.com (westrelay03.boulder.ibm.com [9.17.195.12]) by e34.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j3KFEieE530246 for ; Wed, 20 Apr 2005 11:14:44 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by westrelay03.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j3KFEi1c222432 for ; Wed, 20 Apr 2005 09:14:44 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j3KFEhAa015921 for ; Wed, 20 Apr 2005 09:14:44 -0600 Received: from austin.ibm.com (netmail2.austin.ibm.com [9.41.248.176]) by d03av03.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j3KFEhVg015914; Wed, 20 Apr 2005 09:14:43 -0600 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id j3KFEheT030648; Wed, 20 Apr 2005 10:14:43 -0500 Date: Wed, 20 Apr 2005 15:14:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: Daniel Jacobowitz cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] unsigned32 and unsigned64 is multiply defined in sim-types.h. In-Reply-To: <20050420150534.GA22040@nevyn.them.org> Message-ID: References: <20050420150534.GA22040@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-04/txt/msg00240.txt.bz2 /* The common simulator framework for GDB, the GNU Debugger. Copyright 2002, 2005 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. This file is part of GDB. Does that look ok? ----- manjo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Cogito ergo sum + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ On Wed, 20 Apr 2005, Daniel Jacobowitz wrote: > On Wed, Apr 20, 2005 at 10:01:52AM -0500, Manoj Iyer wrote: > > > > This patch fixes what appears to be a typo in the hearder file, where for > > __ALPHA__, unsigned32 and unsigned64 gets multiply defined in sim-types.h. > > This is caught by the xlc compiler, and it exits with an error saying that > > these vars are already defined. Please review and ok to commit. > > > > ---------------------------------------------------------------------------- > > > > 2005-04-19 Manoj Iyer > > * sim-types.h: Changed unsigned32 and unsigned64 to signed32 > > and signed64. > > Yes, this is OK. Thanks. Please update the copyright year on this > file when you commit it to include 2005. > > -- > Daniel Jacobowitz > CodeSourcery, LLC >