This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

Re: gdb patch for 64-bit enum values on 64-bit hosts (ia64-linux)


Michael Snyder wrote:
> 
> Hi Jim,
> 
> Jim Blandy, our Dwarf maintainer, is occupied right now.
> I think your change looks good -- I only worry that we have
> no guarantee that even a long will be 64-bits.  I suppose a
> long is more likely to be correct than an int...

Hmm, Would need to be LONGEST then.

Looking further and ending up in bfd_getl64(). Yes, definitly.
As they say, how did this work at all? :-)

	Andrew

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