OSDN Git Service

2001-09-27 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Thu, 27 Sep 2001 16:22:46 +0000 (16:22 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Thu, 27 Sep 2001 16:22:46 +0000 (16:22 +0000)
* library/targetselection.itb (build_win, default_port): Handle
        hpux 11.00.

gdb/gdbtk/ChangeLog
gdb/gdbtk/library/targetselection.itb

index 90ea5e5..a8b5d7b 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-27  Elena Zannoni  <ezannoni@redhat.com>
+
+       * library/targetselection.itb (build_win, default_port): Handle
+        hpux 11.00.
+
 2001-09-27  Keith Seitz  <keiths@redhat.com>
 
         * library/prefs.tcl (escape_value): Update to work
index 45e8c0e..f017ae9 100644 (file)
@@ -270,7 +270,8 @@ body TargetSelection::default_port {} {
       # Special case...
       switch -regexp $tcl_platform(osVersion) {
        A.09 { set port /dev/tty00 }
-       B.10 { set port /dev/tty0p0 }
+       B.10 -
+       B.11 { set port /dev/tty0p0 }
       }
     }
     default { set port /dev/ttya }
@@ -436,7 +437,8 @@ body TargetSelection::build_win {} {
        # Special case...
        switch -regexp $tcl_platform(osVersion) {
          A.09 { set ports [list /dev/tty00 /dev/tty01] }
-         B.10 { set ports [list /dev/tty0p0 /dev/tty1p0] }
+         B.10 -
+         B.11 { set ports [list /dev/tty0p0 /dev/tty1p0] }
        }
       }
       default { set ports [list UNKNOWN UNKNOWN] }