diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-02-06 13:00:49 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-02-06 13:00:49 +0000 |
commit | 5e74b15c0d46e80dfff4d265dfb82340631fcfb8 (patch) | |
tree | 171564bb7e9580ffca8480f190b877e1d07c8c89 /gdb/doc | |
parent | a8ec2177956f36babd9f08ca67ac3f2974240baf (diff) | |
download | binutils-5e74b15c0d46e80dfff4d265dfb82340631fcfb8.tar.gz binutils-5e74b15c0d46e80dfff4d265dfb82340631fcfb8.tar.bz2 binutils-5e74b15c0d46e80dfff4d265dfb82340631fcfb8.zip |
* gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
* gdbarch.c gdbarch.h: Regenerate.
* arch-utils.c (default_print_float_info): New function.
* arch-utils.h (default_print_float_info): Prototype it.
* infcmd.c (float_info): Call PRINT_FLOAT_INFO.
* doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
(PRINT_FLOAT_INFO): Document it.
* arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
* config/arm/tm-arm.h (FLOAT_INFO): Delete.
(PRINT_FLOAT_INFO): Define.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index cc7a19b74cc..45075212add 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2864,6 +2864,11 @@ library in which breakpoints cannot be set and so should be disabled. @findex DO_REGISTERS_INFO If defined, use this to print the value of a register or all registers. +@item PRINT_FLOAT_INFO() +#findex PRINT_FLOAT_INFO +If defined, then the @samp{info float} command will print information about +the processor's floating point unit. + @item DWARF_REG_TO_REGNUM @findex DWARF_REG_TO_REGNUM Convert DWARF register number into @value{GDBN} regnum. If not defined, @@ -2904,8 +2909,7 @@ Predicate for @code{EXTRACT_STRUCT_VALUE_ADDRESS}. @item FLOAT_INFO @findex FLOAT_INFO -If defined, then the @samp{info float} command will print information about -the processor's floating point unit. +Deprecated in favor of @code{PRINT_FLOAT_INFO}. @item FP_REGNUM @findex FP_REGNUM |