From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Howard To: gdb-patches@sources.redhat.com Subject: Re: [RFA] MIPS2 float register display Date: Fri, 23 Mar 2001 18:29:00 -0000 Message-id: References: X-SW-Source: 2001-03/msg00445.html 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 > > * 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