From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] mips: Fix "info registers" output Date: Thu, 21 Jun 2001 09:29:00 -0000 Message-id: References: <20010621083624.A9719@nevyn.them.org> X-SW-Source: 2001-06/msg00362.html 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?