From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc/rfa(DavidT?)] Move DOUBLEST to doublest.{h,c} Date: Mon, 30 Jul 2001 07:09:00 -0000 Message-id: References: <3B5305B5.4070207@cygnus.com> <3B64653B.90607@cygnus.com> X-SW-Source: 2001-07/msg00715.html Andrew Cagney writes: > > 2001-07-15 Andrew Cagney > > * 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. Why are you including "doublest.h" from various tm.h and xm.h files? Most of them don't use DOUBLEST at all, so this seems wrong to me. Mark