From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14307 invoked by alias); 28 Jun 2012 17:09:34 -0000 Received: (qmail 14296 invoked by uid 22791); 28 Jun 2012 17:09:33 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Jun 2012 17:09:17 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5SH8tMq031696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 28 Jun 2012 13:08:56 -0400 Received: from host2.jankratochvil.net (ovpn-116-32.ams2.redhat.com [10.36.116.32]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q5SH8Mkh020470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 28 Jun 2012 13:08:50 -0400 Date: Thu, 28 Jun 2012 17:09:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Mark Kettenis Subject: [commit] [patchv2] [mingw] Fix "%lld" compilation error Message-ID: <20120628170817.GA22481@host2.jankratochvil.net> References: <20120615154407.GA30377@host2.jankratochvil.net> <20120615155716.GQ18729@adacore.com> <20120615164852.GA2010@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120615164852.GA2010@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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: 2012-06/txt/msg00854.txt.bz2 On Fri, 15 Jun 2012 18:48:52 +0200, Jan Kratochvil wrote: > gdb/ > 2012-06-15 Jan Kratochvil > > * common/buffer.c: Include inttypes.h and stdint.h. > (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64. Checked in: http://sourceware.org/ml/gdb-cvs/2012-06/msg00219.html Thanks, Jan