From: Jim Blandy Date: Tue, 22 Feb 2000 19:22:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14e0eb3bb92db46bca37430fa8e6bb012a0f5a22;p=binutils-gdb.git *** empty log message *** --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 655f1524d1f..27a49c587c8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,26 @@ +2000-02-22 Jim Blandy + + * gdbarch.sh: Make the `default' field really default to zero, as + documented. + + 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. + 2000-02-22 Kevin Buettner * ppc-linux-nat.c (supply_gregset, supply_fpregset): Add return diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 65b1241e340..0151b5562f5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2000-02-22 Jim Blandy + + * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form. + 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com) * Makefile.in (diststuff): New target.