From: noer AT cygnus DOT com (Geoffrey Noer) Subject: Re: Fixing winsup/sysdef 2 Jun 1998 23:45:15 -0700 Message-ID: <19980602232730.D21723.cygnus.cygwin32.developers@cygnus.com> References: <199805210228 DOT WAA26456 AT kramden DOT cygnus DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Christopher Faylor , cygwin32-developers AT cygnus DOT com On Wed, May 20, 1998 at 10:28:57PM -0400, Christopher Faylor wrote: > > I've removed the PPC defines in my version of exceptions.cc. Should I check > that in? The PPC section of the code is very much out of date nowadays > anyway. I presume that the PPC code might be helpful if someone wanted to make the current Cygwin32 work for the ppc. And perhaps would be useful for some random other processor type that isn't supported yet? Should #include processor-specific code files perhaps? In other words, add i386 and ppc subdirectories and then exceptions.cc would just #include i386/exceptions.cc ifdef __i386__ and ditto for the ppc? That might make things appear simpler and support other processors if someone actually does the work? Or should we just nuke ppc support and worry about other processor types when the subject actually comes up? -- Geoffrey Noer noer AT cygnus DOT com