mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user