This is the mail archive of the gdb@sources.redhat.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: 8 bit read



On Thu, 26 Jul 2001, Andrew Cagney wrote:

> Just FYI, you should find that CORE_ADDR type is already 64 bits.

Not in the DJGPP version, not according to "ptype", anyway.

AFAICS, CORE_ADDR is the same type as bfd_vma, since defs.h has this:

   typedef bfd_vma CORE_ADDR;

How can you be sure that all targets define bfd_vma as a 64-bit data 
type?  Or am I missing something?


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