This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

Re: CORE_ADDR representation


On Wed, Feb 17, 2010 at 09:41:51PM -0800, Stan Shebs wrote:
> I would say to declare that CORE_ADDR is fundamentally 0..memtop, so
> it should be unsigned and zero-extend.
> 
> Can unsigned->signed->diddle->unsigned be encapsulated for MIPS only?

I don't know that it can't.  I think I discussed this with Andrew many
years ago, and he thought that it couldn't; but I can't find the details...

-- 
Daniel Jacobowitz
CodeSourcery


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