Remove h8300_print_float_info
authorYao Qi <yao@codesourcery.com>
Thu, 18 Dec 2014 12:47:27 +0000 (20:47 +0800)
committerYao Qi <yao@codesourcery.com>
Thu, 18 Dec 2014 12:47:27 +0000 (20:47 +0800)
commit2ad47ec43319b87774a276506f48e8e4496bb310
treef1e2166d80eb0476d1b56677451d8f6e5b61ddb2
parent253342b8e6fbd24249fb84eebc706d923f08406f
Remove h8300_print_float_info

In infcmd.c:print_float_info, if the architecture doesn't have gdbarch
method print_float_info implemented and doesn't float reggroup, GDB
will prints "No floating-point info available for this processor."
The h8300 port doesn't have float registers, and don't need to
implement print_float_info.  This patch is to remove it.

gdb:

2014-12-18  Yao Qi  <yao@codesourcery.com>

* h8300-tdep.c (h8300_print_float_info): Remove.
(h8300_gdbarch_init): Remove the call to
set_gdbarch_print_float_info.
gdb/ChangeLog
gdb/h8300-tdep.c