From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9807 invoked by alias); 17 Apr 2009 12:16:40 -0000 Received: (qmail 9799 invoked by uid 22791); 17 Apr 2009 12:16:39 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.153) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Apr 2009 12:16:34 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n3HCGTap095618 ; Fri, 17 Apr 2009 14:16:29 +0200 (CEST) Received: from mailserver.u-strasbg.fr (ms2.u-strasbg.fr [IPv6:2001:660:2402:d::11]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n3HCGS6t002614 ; Fri, 17 Apr 2009 14:16:29 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (www-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n3HCGSlg085554 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Fri, 17 Apr 2009 14:16:28 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Eli Zaretskii'" Cc: References: <83iql3jxph.fsf@gnu.org> In-Reply-To: <83iql3jxph.fsf@gnu.org> Subject: RE: [djgpp/commit] Update list of Windows versions of the NT family. Date: Fri, 17 Apr 2009 12:16:00 -0000 Message-ID: <003d01c9bf56$577ca910$0675fb30$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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/msg00428.txt.bz2 Shouldn't you also put NT itself in the list=20 in the braces? Pierre > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Eli Zaretskii > Envoy=E9=A0: Friday, April 17, 2009 2:02 PM > =C0=A0: gdb-patches@sourceware.org > Objet=A0: [djgpp/commit] Update list of Windows versions of the NT > family. >=20 > I committed a patch that updates the possible Windows versions that > disguise themselves as DOS 5.5. >=20 > 2009-04-17 Eli Zaretskii >=20 > * go32-nat.c (go32_sysinfo): Update list of Windows versions of > the NT family. >=20 > Index: gdb/go32-nat.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 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 =3D=3D 0x532 && advertized_dos_version =3D=3D > 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 =3D=3D 0) > {