This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc] new bfd hook: additional link map text


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]