From 1e11d889d062859499655c19de487707c0d38341 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Fri, 15 Dec 1995 20:20:33 +0000 Subject: [PATCH] * remote-array.c: Remove bogus setting of baudrate to 4800. Their hardware has real UARTS now. --- gdb/ChangeLog | 5 +++++ gdb/remote-array.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d542787..2ada626 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 15 13:18:55 1995 Rob Savoye + + * remote-array.c: Remove bogus setting of baudrate to 4800. Their + hardware has real UARTS now. + Mon Dec 11 18:19:16 1995 Stan Shebs * configure.in (powerpc-*-macos*): New target configuration. diff --git a/gdb/remote-array.c b/gdb/remote-array.c index 6939a30..7a44d98 100644 --- a/gdb/remote-array.c +++ b/gdb/remote-array.c @@ -1419,6 +1419,4 @@ void _initialize_array () { add_target (&array_ops); - baud_rate = 4800; /* this is the only supported baud rate */ } - -- 2.7.4