X-Sybari-Trust: 2bd8c7d7 ca231590 9555c2c6 00000138 From: Martin Stromberg Message-Id: <200212101643.RAA22950@lws256.lu.erisoft.se> Subject: Re: DJGPP 2.04 status page updates: more to-dos, priorities To: djgpp-workers AT delorie DOT com Date: Tue, 10 Dec 2002 17:43:25 +0100 (MET) In-Reply-To: <10212101635.AA17564@clio.rice.edu> from "Charles Sandmann" at Dec 10, 2002 10:35:41 AM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Programs that catch SIGFPE and SIGINT. TODO: What exactly is this bug? > > This is just someone to test SIGFPE on Win2K. SIGINT is probably something > we can't do anything about - sometimes CTRL-C is caught someplace else > and the image just exits (we don't see signal). Don't think it's fixable. Note that this happens often with bash even in W98. That might be of a different bug though. > > 2 The default stack size, 512KB, is too small to bootstrap gcc 3.3. > > We should probably just make it 1Mb for everything in V2.04. But this > will make memory problems even worse on Win boxes with less than 16Mb of > memory. Thoughts? Do we keep an earlier toolchain available for small > memory boxes? No. I suggest add a switch to stubify and let makefiles of programs that need this use that. Right, MartinS