* 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.
This commit is contained in:
Richard Earnshaw
2002-02-06 13:00:49 +00:00
parent a8ec217795
commit 5e74b15c0d
9 changed files with 136 additions and 69 deletions

View File

@@ -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;