projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93fac32
)
* remote-array.c: Remove bogus setting of baudrate to 4800. Their
author
Rob Savoye
<rob@cygnus>
Fri, 15 Dec 1995 20:20:33 +0000
(20:20 +0000)
committer
Rob Savoye
<rob@cygnus>
Fri, 15 Dec 1995 20:20:33 +0000
(20:20 +0000)
hardware has real UARTS now.
gdb/ChangeLog
patch
|
blob
|
history
gdb/remote-array.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index d5427876e1537ba089142ac9398b137a31b16cb2..2ada626b8587c6d12dab95d71725e4d374f62b44 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+Fri Dec 15 13:18:55 1995 Rob Savoye <rob@darkstar.cygnus.com>
+
+ * 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 <shebs@andros.cygnus.com>
* configure.in (powerpc-*-macos*): New target configuration.
diff --git
a/gdb/remote-array.c
b/gdb/remote-array.c
index 6939a30d5c6266de97a76b132f93c0180280874e..7a44d98b4dff1c01b0a534c9949507d10c10cbe4 100644
(file)
--- 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 */
}
-