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