From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28938 invoked by alias); 7 Jul 2008 17:13:11 -0000 Received: (qmail 28925 invoked by uid 22791); 7 Jul 2008 17:13:10 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Jul 2008 17:12:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 912362A96CE for ; Mon, 7 Jul 2008 13:12:51 -0400 (EDT) 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 nQ2DeQuM4lsK for ; Mon, 7 Jul 2008 13:12:51 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 58B3B2A96C0 for ; Mon, 7 Jul 2008 13:12:51 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 361CFE7ACD; Mon, 7 Jul 2008 13:12:49 -0400 (EDT) Date: Mon, 07 Jul 2008 17:13:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] add gstdint.h file that just includes stdint.h Message-ID: <20080707171249.GD18019@adacore.com> References: <20080627204515.GM3954@adacore.com> <20080707161939.GA1778@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080707161939.GA1778@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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: 2008-07/txt/msg00082.txt.bz2 > > 2008-06-27 Joel Brobecker > > > > * gstdint.h: New file. > > > > Tested on mips-irix by verifying that it allows us to compile dfp.c, > > and on x86-linux. OK to apply? > > Yes, this is OK. Thanks, Daniel. Checked in. -- Joel