diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/value.h b/gdb/value.h index ab22573a480..9b6989a28c2 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -549,6 +549,10 @@ extern value_ptr value_slice PARAMS ((value_ptr, int, int)); extern value_ptr call_function_by_hand PARAMS ((value_ptr, int, value_ptr *)); +extern int default_coerce_float_to_double (struct type *, struct type *); + +extern int standard_coerce_float_to_double (struct type *, struct type *); + extern value_ptr value_literal_complex PARAMS ((value_ptr, value_ptr, struct type *)); extern void find_rt_vbase_offset PARAMS ((struct type *, struct type *, char *, int, int *, int *)); |