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: more long long problems "objdump --debugging"


On Wed, Jan 09, 2008 at 07:12:41PM -0800, Greg McGary wrote:
> I'd like to make invent a universal longest-int type used by all 
> debug-info readers, and standardize on a conditional.  Is there any 
> reason we shouldn't replace the test above with "#if 
> BFD_HOST_64BIT_LONG_LONG" ??

That should work.  You could also just use bfd_int64_t.

-- 
Alan Modra
Australia Development Lab, IBM


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