From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18154 invoked by alias); 16 Jul 2010 19:07:47 -0000 Received: (qmail 18144 invoked by uid 22791); 16 Jul 2010 19:07:46 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,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; Fri, 16 Jul 2010 19:07:37 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6GJ7ZFI011242 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 16 Jul 2010 15:07:35 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6GJ7YK8011419; Fri, 16 Jul 2010 15:07:35 -0400 Received: from parfait.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o6GJ7Wcs026142; Fri, 16 Jul 2010 15:07:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19520.44698.410878.650267@fleche.redhat.com> Date: Fri, 16 Jul 2010 19:07:00 -0000 To: Ozkan Sezer Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH] fix build failure for win64, revise some format strings In-Reply-To: References: From: Tom Tromey Reply-To: Tom Tromey 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-07/txt/msg00249.txt.bz2 Ozkan> Actually I do: placed_address is CORE_ADDR which is Ozkan> bfd_vma, ie. uintptr_t and not a pointer. Aha. I didn't look that deeply. There are different functions in utils.c for printing a CORE_ADDR. Tom