From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26042 invoked by alias); 8 Jan 2009 16:18:27 -0000 Received: (qmail 26028 invoked by uid 22791); 8 Jan 2009 16:18:25 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Jan 2009 16:18:21 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n08GI6hJ024022; Thu, 8 Jan 2009 17:18:06 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n08GI4lw012422; Thu, 8 Jan 2009 17:18:05 +0100 (CET) Date: Thu, 08 Jan 2009 16:18:00 -0000 Message-Id: <200901081618.n08GI4lw012422@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: Kai.Tietz@onevision.com CC: brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: (message from Kai Tietz on Thu, 8 Jan 2009 14:35:11 +0100) Subject: Re: [RFC] convert a host address to a string References: 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: 2009-01/txt/msg00164.txt.bz2 > From: Kai Tietz > Date: Thu, 8 Jan 2009 14:35:11 +0100 > > Please be aware that %llx isn't valid for x86_64 windows (as it isn't for > 32-bit standard). The options 'I' or 'I64' have to be used for those > targets (at least for _WIN64). Are you serious? Wow, that's unbelievable. %llx is defined by ISO C99, and you're saying that even the 64-bit editions of Windows that were introduced several years after the standard was ratified (and almost a decade after the first drafts were circulated) don't implement that bit of the standard?