aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/go32-nat.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 79537a4..ca6a0a7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-17 Eli Zaretskii <eliz@gnu.org>
+
+ * go32-nat.c (go32_sysinfo): Update list of Windows versions of
+ the NT family.
+
2009-04-16 Pedro Alves <pedro@codesourcery.com>
* remote.c (remote_query_attached): Fix pasto in packet_ok result
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c
index 4d58a57..f5dd8b7 100644
--- a/gdb/go32-nat.c
+++ b/gdb/go32-nat.c
@@ -1216,7 +1216,7 @@ go32_sysinfo (char *arg, int from_tty)
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)
{