diff options
author | Yao Qi <yao@codesourcery.com> | 2014-12-18 20:47:27 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-12-18 20:47:27 +0800 |
commit | 2ad47ec43319b87774a276506f48e8e4496bb310 (patch) | |
tree | f1e2166d80eb0476d1b56677451d8f6e5b61ddb2 /gdb/ChangeLog | |
parent | 253342b8e6fbd24249fb84eebc706d923f08406f (diff) | |
download | gdb-2ad47ec43319b87774a276506f48e8e4496bb310.zip gdb-2ad47ec43319b87774a276506f48e8e4496bb310.tar.gz gdb-2ad47ec43319b87774a276506f48e8e4496bb310.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4c87d95..102b9e3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +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. + 2014-12-18 Doug Evans <xdje42@gmail.com> * infcmd.c (jump_command): Minor simplification. |