From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14720 invoked by alias); 3 Jun 2014 16:20:12 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 14710 invoked by uid 89); 3 Jun 2014 16:20:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Jun 2014 16:20:10 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1WrrRX-0007B4-17 from Maciej_Rozycki@mentor.com ; Tue, 03 Jun 2014 09:20:07 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 3 Jun 2014 09:20:06 -0700 Received: from localhost (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.2.247.3; Tue, 3 Jun 2014 17:20:05 +0100 Date: Tue, 03 Jun 2014 16:20:00 -0000 From: "Maciej W. Rozycki" To: DJ Delorie CC: Subject: Re: [rfc] new bfd hook: additional link map text In-Reply-To: <201406031558.s53Fw8C2014750@greed.delorie.com> Message-ID: References: <201404110214.s3B2E2IQ016910@greed.delorie.com> <15F27C34-BFCC-4A1D-A705-C3AEB0464BF2@adacore.com> <201404222055.s3MKt75Y011634@greed.delorie.com> <201405061515.s46FFnQk025221@greed.delorie.com> <20140507030239.GY16139@bubble.grove.modra.org> <201405100233.s4A2XCOR030016@greed.delorie.com> <201406031558.s53Fw8C2014750@greed.delorie.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2014-06/txt/msg00023.txt.bz2 On Tue, 3 Jun 2014, DJ Delorie wrote: > There are platforms where bfd_vma *isn't* a long? Why? Because `long' is too short? You need to go `long long' if you have a BFD64 target and a 32-bit host. There's stuff like BFD_VMA_FMT, sprintf_vma, fprintf_vma, perhaps you could use it for portability? Maciej