From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11755 invoked by alias); 4 Feb 2006 15:14:15 -0000 Received: (qmail 11747 invoked by uid 22791); 4 Feb 2006 15:14:15 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 04 Feb 2006 15:14:13 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HTT08495; Sat, 4 Feb 2006 17:13:35 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-84-228-244-26.inter.net.il [84.228.244.26]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CPY82238 (AUTH halo1); Sat, 4 Feb 2006 17:13:34 +0200 (IST) Date: Sat, 04 Feb 2006 15:14:00 -0000 Message-Id: From: Eli Zaretskii To: Mark Kettenis CC: drow@false.org, gdb-patches@sourceware.org In-reply-to: <200602041435.k14EZ6NK016329@elgar.sibelius.xs4all.nl> (message from Mark Kettenis on Sat, 4 Feb 2006 15:35:06 +0100 (CET)) Subject: Re: RFA: Support Windows extended error numbers in safe_strerror Reply-to: Eli Zaretskii References: <20060203215455.GA3501@nevyn.them.org> <200602032325.k13NPJ6g028001@elgar.sibelius.xs4all.nl> <20060203233935.GA13238@trixie.casa.cgf.cx> <20060204032730.GB9890@nevyn.them.org> <200602041435.k14EZ6NK016329@elgar.sibelius.xs4all.nl> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00079.txt.bz2 > Date: Sat, 4 Feb 2006 15:35:06 +0100 (CET) > From: Mark Kettenis > CC: gdb-patches@sourceware.org > > My objections are mostly techincal, or easthetical if you want to call > it that. Having two different versions of support code for what's in > the end the same platform is silly. But it isn't the same platform, anymore than MIPS/Linux and MIPS/Irix are the same platform. Cygwin requires a considerable amount of additional software to be installed, of which a large part is a system library that presents a very different API than the native OS. > But I admot morality plays a role here. I'm much more inclined to > accept #ifdef's for a Free (as in Freedom) system than I am for a > non-free system. Then I think you should have similar reservations about the Cygwin port, because (as you believe) it is for the same non-free platform.