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


>> 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?


Sorry, no I'm wrong.  It is LONGEST that always ends up being 64 bits.

	Andrew




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