mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* remote-array.c: Move baud_rate initialization from
_initialize_array to array_open. It was forcing the baud rate of all targets to be 4800 baud! Seems like I've fixed this before... * config/mips/idt.mt (TDEPFILES): Remove remote-array.o. This has *nothing* to do with IDT!!!
This commit is contained in:
@@ -570,6 +570,8 @@ array_open(args, name, from_tty)
|
||||
{
|
||||
char packet[PBUFSIZ];
|
||||
|
||||
baud_rate = 4800; /* this is the only supported baud rate */
|
||||
|
||||
if (args == NULL)
|
||||
error ("Use `target %s DEVICE-NAME' to use a serial port, or \n\
|
||||
`target %s HOST-NAME:PORT-NUMBER' to use a network connection.", name, name);
|
||||
@@ -1419,6 +1421,5 @@ void
|
||||
_initialize_array ()
|
||||
{
|
||||
add_target (&array_ops);
|
||||
baud_rate = 4800; /* this is the only supported baud rate */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user