From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23975 invoked by alias); 16 Mar 2012 23:17:02 -0000 Received: (qmail 23965 invoked by uid 22791); 16 Mar 2012 23:17:01 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Mar 2012 23:16:48 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q2GNGdAK019414; Sat, 17 Mar 2012 00:16:39 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q2GNGag9012898; Sat, 17 Mar 2012 00:16:36 +0100 (CET) Date: Fri, 16 Mar 2012 23:17:00 -0000 Message-Id: <201203162316.q2GNGag9012898@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: tromey@redhat.com CC: yao@codesourcery.com, gdb-patches@sourceware.org In-reply-to: <87vcm4pdt2.fsf@fleche.redhat.com> (message from Tom Tromey on Fri, 16 Mar 2012 13:04:57 -0600) Subject: Re: [PATCH] Use sized types in tracepoint. References: <1331905618-2631-1-git-send-email-yao@codesourcery.com> <201203161550.q2GFoQhS029855@glazunov.sibelius.xs4all.nl> <87vcm4pdt2.fsf@fleche.redhat.com> 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-03/txt/msg00640.txt.bz2 > From: Tom Tromey > Date: Fri, 16 Mar 2012 13:04:57 -0600 > > Mark> We have gnulib/stdint.h so using typedefs like int32_t should be ok. > Mark> But I don't think we have support for the PRIxxx macros, so the > Mark> changes to the printing code aren't ok I'm afraid. > > The gnulib inttypes.h module defines these. But unless I'm missing something, we don't have that module yet, so it would have to be imported first.