From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Kevin Buettner Cc: Andrew Cagney , Naushit_Sakarvadia@quintum.com, gdb@sources.redhat.com Subject: Re: 8 bit read Date: Thu, 26 Jul 2001 09:25:00 -0000 Message-id: References: <1010726161854.ZM24609@ocotillo.lan> X-SW-Source: 2001-07/msg00383.html On Thu, 26 Jul 2001, Kevin Buettner wrote: > I think if you review the mailing list archives, you'll find that more > than one person has suggested turning CORE_ADDR into a struct. Yes, I remember. > What would such a struct look like? Maybe something like this: > > struct core_addr > { > bfd_vma addr; /* what we have now... */ > int addr_space; /* address space selector */ > /* maybe this should be an enum? */ > }; > typedef struct core_addr CORE_ADDR; If I see any practical plans to switch to such a representation, I'd sure hold my breath ;-)