From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20178 invoked by alias); 12 Jan 2011 16:52:01 -0000 Received: (qmail 20166 invoked by uid 22791); 12 Jan 2011 16:52:00 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from g6t0184.atlanta.hp.com (HELO g6t0184.atlanta.hp.com) (15.193.32.61) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Jan 2011 16:51:56 +0000 Received: from g5t0029.atlanta.hp.com (g5t0029.atlanta.hp.com [16.228.8.141]) by g6t0184.atlanta.hp.com (Postfix) with ESMTP id 52469C513; Wed, 12 Jan 2011 16:51:50 +0000 (UTC) Received: from [16.89.92.85] (hpsje.cup.hp.com [16.89.92.85]) by g5t0029.atlanta.hp.com (Postfix) with ESMTP id CE20B20126; Wed, 12 Jan 2011 16:51:49 +0000 (UTC) Subject: Re: [PATCH 6/8] port GDB to ia64-hpux (native). From: Steve Ellcey Reply-To: sje@cup.hp.com To: Joel Brobecker Cc: gdb-patches@sourceware.org In-Reply-To: <20110112002959.GE2331@adacore.com> References: <1293511386-7384-7-git-send-email-brobecker@adacore.com> <201101112314.p0BNErd19061@lucas.cup.hp.com> <20110112002959.GE2331@adacore.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 12 Jan 2011 16:57:00 -0000 Message-ID: <1294850885.21802.147.camel@hpsje.cup.hp.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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: 2011-01/txt/msg00265.txt.bz2 On Tue, 2011-01-11 at 19:29 -0500, Joel Brobecker wrote: > > /proj/opensrc/nightly/src/src/gdb/ia64-hpux-nat.c: In function 'ia64_hpux_fetch_rnat_register': > > /proj/opensrc/nightly/src/src/gdb/ia64-hpux-nat.c:188:5: error: format '%lx' expects type 'long unsigned int', but argument 2 has type 'CORE_ADDR' > > That is indeed a mistake, and I don't know why I didn't see them. > but I will fix them. > > Thanks! Did you do your builds in 32 or 64 bit mode? I built gdb in 32 bit mode since that is the default on IA64 HP-UX. Steve Ellcey sje@cup.hp.com