From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA?] Windows cleanup Date: Fri, 01 Jun 2001 07:31:00 -0000 Message-id: <20010601103114.A833@redhat.com> References: <20010530232225.A19889@redhat.com> <20010531194013.A26851@redhat.com> <2110-Fri01Jun2001084131+0300-eliz@is.elta.co.il> X-SW-Source: 2001-06/msg00001.html On Fri, Jun 01, 2001 at 08:41:31AM +0300, Eli Zaretskii wrote: >> Date: Thu, 31 May 2001 19:40:13 -0400 >> From: Christopher Faylor >> >> Doh. I somehow really botched that patch. I wish I hadn't restarted my >> X session so I could track down how I did that. >> >> Anyway, this one should be a little better. I've addressed Eli's concerns, >> I think. > >Thanks. > >The only comment I have now is that, since notice_quit is removed, its >calls should also be removed, otherwise GDB might not build for some >of the configurations. I see notice_quit is called in ser-go32.c, >remote-e7000.c and remote-sim.c. Ok. You're right, of course. I've removed these in my sandbox. I'll update the ChangeLog appropriately. cgf