This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [RFA] mips: Fix "info registers" output



On Thu, 21 Jun 2001, Daniel Jacobowitz wrote:

>  - the decoding of double-precision arguments was completely broken. 
> In addition to copying unallocated memory, and getting the byte order
> wrong, we tried to decode two four-byte pointers to data instead of the
> data itself.  Thus the doubles were generally 'nan'.
> 
>  - If the number of GPRs fit precisely on an integer number of rows,
> blank space would be printed without even a trailing newline, and the
> prompt would be mysteriously indented.

I cannot reproduce this on SGI Irix 6.5, which also uses mips-tdeps.c.  I 
used a small throw-away FP program and all the FP registers printed 
perfectly okay.  No NaNs at all.  info registers seems also okay.

Perhaps I didn't try exactly what you did.  Any further hints?


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