From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Andrew Cagney Cc: Kevin Buettner , Naushit_Sakarvadia@quintum.com, gdb@sources.redhat.com Subject: Re: 8 bit read Date: Thu, 26 Jul 2001 06:59:00 -0000 Message-id: References: <3B6020A6.3020902@cygnus.com> X-SW-Source: 2001-07/msg00375.html 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?