diff options
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r-- | gdb/arm-tdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index 6124d42..a0892ea 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -2396,11 +2396,12 @@ set_fp_model_sfunc (char *args, int from_tty, } static void -show_fp_model (char *args, int from_tty, - struct cmd_list_element *c) +show_fp_model (struct ui_file *file, int from_tty, + struct cmd_list_element *c, const char *value) { struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch); + deprecated_show_value_hack (file, from_tty, c, value); if (arm_fp_model == ARM_FLOAT_AUTO && gdbarch_bfd_arch_info (current_gdbarch)->arch == bfd_arch_arm) /* i18n: "the default [floating point model] for the current ABI..." */ |