OSDN Git Service

2000-08-10 Fernando Nasser <fnasser@cygnus.com>
authorfnasser <fnasser>
Tue, 12 Sep 2000 20:04:11 +0000 (20:04 +0000)
committerfnasser <fnasser>
Tue, 12 Sep 2000 20:04:11 +0000 (20:04 +0000)
* targetselection.itb (change_baud): Fix typo (ETH, not ETX).

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

index 87fd5ab..775b198 100644 (file)
@@ -1,5 +1,9 @@
 2000-08-10  Fernando Nasser  <fnasser@cygnus.com>
 
+       * targetselection.itb (change_baud): Fix typo (ETH, not ETX).
+
+2000-08-10  Fernando Nasser  <fnasser@cygnus.com>
+
        * targetselection.itb (init_target_db): Add 115200 baud option to
        target remote.
 
index 119af93..de61b03 100644 (file)
@@ -770,7 +770,7 @@ body TargetSelection::change_target {w {name ""}} {
 body TargetSelection::change_baud {w {baud ""}} {
   if {$baud != ""} {
     if {([string compare $baud "TCP"] != 0)
-        && ([string compare $baud "ETX"] != 0)} {
+        && ([string compare $baud "ETH"] != 0)} {
       gdb_cmd "set remotebaud $baud"
       if {[catch {gdb_cmd "show remotebaud"} res]} {
        set newbaud 0