From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19068 invoked by alias); 12 Aug 2004 11:47:18 -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 19052 invoked from network); 12 Aug 2004 11:47:16 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sourceware.org with SMTP; 12 Aug 2004 11:47:16 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BvE2O-0003cK-00; Thu, 12 Aug 2004 07:46:28 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 150254B102; Thu, 12 Aug 2004 07:46:32 -0400 (EDT) Date: Thu, 12 Aug 2004 11:47:00 -0000 From: Michael Chastain To: Peter.Schauer@regent.e-technik.tu-muenchen.de, kevinb@redhat.com, brobecker@gnat.com Subject: Re: [PATCH] Remove UINT_MAX undef from powerpc/xm-aix.h Cc: gdb-patches@sources.redhat.com Message-ID: <411B5898.nailNLC1M2LTU@mindspring.com> References: <20040812044341.GQ25562@gnat.com> In-Reply-To: <20040812044341.GQ25562@gnat.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00445.txt.bz2 Joel Brobecker wrote: > I also tested it by running the testsuite on both AIX 4.3.2 and 5.1. What compiler are you using to build gdb: gcc, or some IBM compiler, or both? Just looking at the comment, I suspect that the #undef was there to work around a compiler warning from some IBM compiler. Michael C