This is the mail archive of the gdb-patches@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: [PATCH] sim: add --map-info option


On Tuesday, December 14, 2010 13:50:27 Pedro Alves wrote:
> On Tuesday 14 December 2010 18:33:09, Mike Frysinger wrote:
> > ok, some of the (long) casts are necessary.  specifically, the ones who
> > have a type of "unsigned_word" as those depend on the target bitness
> > (which could be 16, 32, or 64).
> 
> long is 32-bit on Win64.

so what you're saying is that all the sim code that casts unsigned_word to a 
long is broken and not just the code in my patch.  sounds like a bigger 
problem that should be fixed independently and by someone who is interested in 
testing on systems dumb enough to do LLP64.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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