From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12291 invoked by alias); 22 Dec 2010 13:11:07 -0000 Received: (qmail 11782 invoked by uid 22791); 22 Dec 2010 13:11:05 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Dec 2010 13:11:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B75842BAC8C; Wed, 22 Dec 2010 08:10:59 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id o+FzrY1jO52Q; Wed, 22 Dec 2010 08:10:59 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 15E6D2BAC7A; Wed, 22 Dec 2010 08:10:56 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E81AD1457B3; Wed, 22 Dec 2010 14:10:45 +0100 (CET) Date: Wed, 22 Dec 2010 14:32:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org, Alberto Luaces , gdb-patches@sources.redhat.com Subject: Re: Undefined uintptr_t with mingw Message-ID: <20101222131045.GK2596@adacore.com> References: <87k4j3krv3.fsf@eps142.cdf.udc.es> <20101222040005.GG2596@adacore.com> <201012221228.59906.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201012221228.59906.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-12/txt/msg00398.txt.bz2 > This is fine with me as well, but note that gdb/defs.h is > including stdint.h unconditionally, because it can rely that gdb/gnulib > provides one if the host doesn't have such a header, or if > it finds the system one misses features. If we go this path, > we should also wrap it in HAVE_STDINT_H. I thought we were configuring the gnulib directory in gdbserver as well. That's why I thought that the unconditional include was OK. -- Joel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11908 invoked by alias); 22 Dec 2010 13:11:06 -0000 Received: (qmail 11785 invoked by uid 22791); 22 Dec 2010 13:11:05 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Dec 2010 13:11:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B75842BAC8C; Wed, 22 Dec 2010 08:10:59 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id o+FzrY1jO52Q; Wed, 22 Dec 2010 08:10:59 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 15E6D2BAC7A; Wed, 22 Dec 2010 08:10:56 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E81AD1457B3; Wed, 22 Dec 2010 14:10:45 +0100 (CET) Date: Wed, 22 Dec 2010 13:12:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org, Alberto Luaces , gdb-patches@sources.redhat.com Subject: Re: Undefined uintptr_t with mingw Message-ID: <20101222131045.GK2596@adacore.com> References: <87k4j3krv3.fsf@eps142.cdf.udc.es> <20101222040005.GG2596@adacore.com> <201012221228.59906.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201012221228.59906.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-12/txt/msg00397.txt.bz2 Message-ID: <20101222131200.5fg0TpPa-0uVIwWXeENLblmH4Wcg2ryOmoOfwtPyCUk@z> > This is fine with me as well, but note that gdb/defs.h is > including stdint.h unconditionally, because it can rely that gdb/gnulib > provides one if the host doesn't have such a header, or if > it finds the system one misses features. If we go this path, > we should also wrap it in HAVE_STDINT_H. I thought we were configuring the gnulib directory in gdbserver as well. That's why I thought that the unconditional include was OK. -- Joel