aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
diff options
context:
space:
mode:
authorRichard Earnshaw <richard.earnshaw@arm.com>2002-02-06 13:00:49 +0000
committerRichard Earnshaw <richard.earnshaw@arm.com>2002-02-06 13:00:49 +0000
commit5e74b15c0d46e80dfff4d265dfb82340631fcfb8 (patch)
tree171564bb7e9580ffca8480f190b877e1d07c8c89 /gdb/arm-tdep.c
parenta8ec2177956f36babd9f08ca67ac3f2974240baf (diff)
downloadfsf-binutils-gdb-5e74b15c0d46e80dfff4d265dfb82340631fcfb8.zip
fsf-binutils-gdb-5e74b15c0d46e80dfff4d265dfb82340631fcfb8.tar.gz
fsf-binutils-gdb-5e74b15c0d46e80dfff4d265dfb82340631fcfb8.tar.bz2
* 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/arm-tdep.c')
-rw-r--r--gdb/arm-tdep.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index 88135e8..b6e4bef 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -1559,8 +1559,10 @@ print_fpu_flags (int flags)
putchar ('\n');
}
+/* Print interesting information about the floating point processor
+ (if present) or emulator. */
void
-arm_float_info (void)
+arm_print_float_info (void)
{
register unsigned long status = read_register (FPS_REGNUM);
int type;