From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16853 invoked by alias); 4 Feb 2006 10:29:23 -0000 Received: (qmail 16844 invoked by uid 22791); 4 Feb 2006 10:29:23 -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 10:29:22 +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 HTS01353; Sat, 4 Feb 2006 12:29:16 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-83-130-205-46.inter.net.il [83.130.205.46]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CPY33400 (AUTH halo1); Sat, 4 Feb 2006 12:29:15 +0200 (IST) Date: Sat, 04 Feb 2006 10:29:00 -0000 Message-Id: From: Eli Zaretskii To: Ian Lance Taylor CC: gdb-patches@sourceware.org In-reply-to: (message from Ian Lance Taylor on 03 Feb 2006 22:22:10 -0800) 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> <8f2776cb0602031706s55e09abfr4354becf8278921c@mail.gmail.com> <20060204030025.GA9890@nevyn.them.org> 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/msg00062.txt.bz2 > Cc: Jim Blandy , Mark Kettenis , gdb-patches@sourceware.org > From: Ian Lance Taylor > Date: 03 Feb 2006 22:22:10 -0800 > > It's the only non-Unix-like host which gdb runs on today. That's not true: there's the DJGPP (a.k.a. MS-DOS) port of GDB, where GDB still runs. It just needs less DOS-specific code because it has a Posix-compliant library (which includes `select' emulation). But you can still see an occasional "#ifdef __MSDOS__" or "#ifdef __DJGPP__" or "#ifdef __GO32__" in the sources.