From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9894 invoked by alias); 20 Apr 2005 15:05:45 -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 9802 invoked from network); 20 Apr 2005 15:05:41 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 20 Apr 2005 15:05:41 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DOGlj-0005lb-A9; Wed, 20 Apr 2005 11:05:35 -0400 Date: Wed, 20 Apr 2005 15:05:00 -0000 From: Daniel Jacobowitz To: Manoj Iyer Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] unsigned32 and unsigned64 is multiply defined in sim-types.h. Message-ID: <20050420150534.GA22040@nevyn.them.org> Mail-Followup-To: Manoj Iyer , gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00238.txt.bz2 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