From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1100 invoked by alias); 17 Apr 2009 12:01:44 -0000 Received: (qmail 409 invoked by uid 22791); 17 Apr 2009 12:01:43 -0000 X-SWARE-Spam-Status: No, hits=1.4 required=5.0 tests=AWL,BAYES_00,BOTNET,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Apr 2009 12:01:37 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KI800500UFO9800@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Fri, 17 Apr 2009 15:01:30 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.183.184]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KI800E8JUQH5KE0@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Fri, 17 Apr 2009 15:01:30 +0300 (IDT) Date: Fri, 17 Apr 2009 12:01:00 -0000 From: Eli Zaretskii Subject: [djgpp/commit] Update list of Windows versions of the NT family. To: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83iql3jxph.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00427.txt.bz2 I committed a patch that updates the possible Windows versions that disguise themselves as DOS 5.5. 2009-04-17 Eli Zaretskii * go32-nat.c (go32_sysinfo): Update list of Windows versions of the NT family. Index: gdb/go32-nat.c =================================================================== RCS file: /cvs/src/src/gdb/go32-nat.c,v retrieving revision 1.68 diff -u -r1.68 go32-nat.c --- gdb/go32-nat.c 11 Apr 2009 17:57:34 -0000 1.68 +++ gdb/go32-nat.c 17 Apr 2009 11:58:52 -0000 @@ -1216,7 +1216,7 @@ printf_filtered ("%s)\n", windows_flavor); } else if (true_dos_version == 0x532 && advertized_dos_version == 0x500) - printf_filtered ("Windows Version................Windows NT or Windows 2000\n"); + printf_filtered ("Windows Version................Windows NT family (W2K/XP/W2K3/Vista/W2K8)\n"); puts_filtered ("\n"); if (dpmi_vendor_available == 0) {