This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [djgpp/commit] Update list of Windows versions of the NT family.


Shouldn't you also put NT itself in the list 
in the braces?

Pierre

> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Eli Zaretskii
> Envoyé?: Friday, April 17, 2009 2:02 PM
> À?: gdb-patches@sourceware.org
> Objet?: [djgpp/commit] Update list of Windows versions of the NT
> family.
> 
> I committed a patch that updates the possible Windows versions that
> disguise themselves as DOS 5.5.
> 
> 2009-04-17  Eli Zaretskii  <eliz@gnu.org>
> 
> 	* 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)
>      {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]