Make print_float_info() multi-arch pure. Add ui_file and frame parameters.
[deliverable/binutils-gdb.git] / gdb / arm-tdep.c
index 04fca2e44c6732de53b895425823f794b4473043..1ce0a5b56675dd943a9974dfe332976332870398 100644 (file)
@@ -1558,7 +1558,8 @@ print_fpu_flags (int flags)
 /* Print interesting information about the floating point processor
    (if present) or emulator.  */
 static void
-arm_print_float_info (void)
+arm_print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
+                     struct frame_info *frame)
 {
   register unsigned long status = read_register (ARM_FPS_REGNUM);
   int type;
This page took 0.024569 seconds and 4 git commands to generate.