From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc/rfa(DavidT?)] Move DOUBLEST to doublest.{h,c} Date: Sun, 29 Jul 2001 12:34:00 -0000 Message-id: <3B64653B.90607@cygnus.com> References: <3B5305B5.4070207@cygnus.com> X-SW-Source: 2001-07/msg00712.html FYI, I've not received any comments so I guess everyone decided this change was pretty obvous :-) (?) Since the 5.1 branch has gone through, I'll be committing this to the trunk shortly. Andrew > 2001-07-15 Andrew Cagney > * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) > (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) > (HOST_LONG_DOUBLE_FORMAT, DOUBLEST) > (floatformat_to_doublest, floatformat_from_doublest) > (floatformat_is_negative, floatformat_is_nan) > (floatformat_mantissa, store_floating) > (extract_floating): Move declaration from here. > * doublest.h: To here. New file. > > * utils.c (get_field, floatformat_to_doublest, put_field) > (ldfrexp, floatformat_from_doublest, floatformat_is_negative) > (floatformat_is_nan, floatformat_mantissa) > (FLOATFORMAT_CHAR_BIT): Move from here. > * doublest.c: To here. New file. > > * findvar.c (store_floating, extract_floating): Move from here. > * doublest.c: To here. > > * Makefile.in (SFILES): Add doublest.c. > (COMMON_OBS): Add doublest.o. > (doublest.o): Specify dependencies. > (doublest_h): Define. > > * config/m88k/tm-m88k.h: Include "doublest.h". > * config/m68k/tm-m68k.h, config/i960/tm-i960.h: Ditto. > * config/i386/xm-nbsd.h, config/i386/xm-linux.h: Ditto. > * config/i386/xm-i386gnu.h, config/i386/xm-go32.h: Ditto. > * config/i386/xm-fbsd.h, config/i386/tm-symmetry.h: Ditto. > * rs6000-tdep.c, valarith.c: Ditto. > * valprint.c, stabsread.c, sh-tdep.c: Ditto. > * ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto. > * values.c, arm-tdep.c, arm-linux-tdep.c: Ditto. > * alpha-tdep.c, ax.h, expression.h: Ditto. > > * Makefile.in (arm-tdep.o): Add $(doublest_h). > (i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto. > (rs6000-tdep.o, stabsread.o, valarith.o): Ditto. > (values.o, valprint.o, arm-linux-tdep.o): Ditto. > (alpha-tdep.o, ax_h): Ditto. > (expression_h): Add $(doublest_h) and $(symtab_h). > >