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] MIPS2 float register display




Please disregard this patch, as it does not fix the fp display problem for
insight.  I'll post a more general patch shortly.



On Fri, 23 Mar 2001, Don Howard wrote:

> 
> This patch fixes an obscure MIPS floating point register display bug.
> It's been tested on linux-cross-mips with both big and little endian
> executables.
> 
> 2001-03-21  Don Howard  <dhoward@redhat.com>
> 
>         * mips-tdep.c (print_mips2_fp_register): New function.  Properly
>         displays floating point registers on MIPS3 or later cpus operating
>         in MIPS2 fp emulation mode.
>         (mips2_fp_compat): New function. Determines if a MIPS3 or later
>         cpu is operating in MIPS2 fp emulation mode.
>         (mips_print_register): Added MIPS2 emulation check and handling.
>         (do_fp_register_row): Ditto.
> 
> 


-- 
-Don
dhoward@redhat.com


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