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]

[PATCH 0/3, V2] MIPS: Provide FPU info and decode FCSR in `info float'


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


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