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] MIPS: Provide FPU info and decode FCSR in `info float'


> command.  So I am asking for feedback, specifically whether it would be 
> preferable for this change to go in as is or whether the simple dump of 
> FPU registers should be retained.

The documentation does not explicitly say that the "info float" command
should dump the floating point registers, but now that it does, I do not
think it would be a good idea to remove them from the dump.  But I do not
feel strongly enough to object.

> 2012-05-24  Nigel Stephens  <nigel@mips.com>
>             Maciej W. Rozycki  <macro@codesourcery.com>
> 
> 	gdb/
> 	* mips-tdep.c (print_fpu_flags): New function.
> 	(mips_print_float_info): Likewise.
> 	(mips_gdbarch_init): Install mips_print_float_info as gdbarch
> 	print_float_info routine.
> 
> 	gdb/testsuite/
> 	* gdb.base/float.exp: Handle the new output from "info float" on
> 	MIPS targets.
-- 
Joel


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