public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3, V2] MIPS: Provide FPU info and decode FCSR in `info float'
@ 2014-12-17  6:46 Yao Qi
  2014-12-17  6:46 ` [PATCH 2/3] Refactor gdbarch method print_float_info Yao Qi
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Yao Qi @ 2014-12-17  6:46 UTC (permalink / raw)
  To: gdb-patches

This patch series is the V2, to mainly address review comments in V1,
which can be found in https://sourceware.org/ml/gdb-patches/2012-05/msg00938.html

In the review to V1, Joel suggested to continue dumping float point
registers in 'info float' and we do that in V2 by calling
print_float_info's default implementation default_print_float_info.

During writing this patch, I find h8300_print_float_info isn't needed.
I remove it too.

This patch series is tested under mips-linux-gnu.  Is it OK?

*** BLURB HERE ***

Yao Qi (3):
  Remove h8300_print_float_info
  Refactor gdbarch method print_float_info
  MIPS: Provide FPU info and decode FCSR in `info float'

 gdb/gdbarch.c                    | 13 +-----
 gdb/gdbarch.h                    |  2 -
 gdb/gdbarch.sh                   |  2 +-
 gdb/h8300-tdep.c                 |  9 ----
 gdb/infcmd.c                     | 45 ++++++++++---------
 gdb/inferior.h                   |  5 +++
 gdb/mips-tdep.c                  | 95 ++++++++++++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.base/float.exp |  9 +++-
 8 files changed, 135 insertions(+), 45 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-12-21  0:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-17  6:46 [PATCH 0/3, V2] MIPS: Provide FPU info and decode FCSR in `info float' Yao Qi
2014-12-17  6:46 ` [PATCH 2/3] Refactor gdbarch method print_float_info Yao Qi
2014-12-17 13:24   ` Pedro Alves
2014-12-18  1:02     ` Yao Qi
2014-12-18 11:14       ` Pedro Alves
2014-12-17  6:46 ` [PATCH 3/3] MIPS: Provide FPU info and decode FCSR in `info float' Yao Qi
2014-12-17 10:53   ` Pedro Alves
2014-12-17 12:40     ` Yao Qi
2014-12-18  1:07       ` Yao Qi
2014-12-18 11:16         ` Pedro Alves
2014-12-21  0:14     ` Maciej W. Rozycki
2014-12-17  6:46 ` [PATCH 1/3] Remove h8300_print_float_info Yao Qi
2014-12-18 12:52 ` [PATCH 0/3, V2] MIPS: Provide FPU info and decode FCSR in `info float' Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).