From b9a8e3bfd40ae4b14d2ff3a6d7f8704f5782eba8 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 22 Feb 2000 19:18:53 +0000 Subject: Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control. * valops.c (COERCE_FLOAT_TO_DOUBLE): Rework definition to be more function-like. (default_coerce_float_to_double, standard_coerce_float_to_double): New functions. (value_arg_coerce): Adjust for new definition. * value.h (default_coerce_float_to_double, standard_coerce_float_to_double): New declarations for the above. * gdbarch.sh (coerce_float_to_double): New entry, replacing macro. * gdbarch.c, gdbarch.h: Regenerated. * tm-alpha.h, tm-fr30.h, tm-m32r.h, tm-mips.h, tm-hppa.h, tm-rs6000.h, tm-sh.h, tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Change definitions. * mips-tdep.c (mips_coerce_float_to_double): Supply our own custom function here. (mips_gdbarch_init): Install that as our coerce_float_to_double function. --- gdb/config/sh/tm-sh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/sh') diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index c6769e0..a336713 100644 --- a/gdb/config/sh/tm-sh.h +++ b/gdb/config/sh/tm-sh.h @@ -269,7 +269,7 @@ extern void sh_pop_frame PARAMS ((void)); #define REGISTER_SIZE 4 -#define COERCE_FLOAT_TO_DOUBLE 1 +#define COERCE_FLOAT_TO_DOUBLE(formal, actual) (1) #define BELIEVE_PCC_PROMOTION 1 -- cgit v1.1