diff options
author | Stu Grossman <grossman@cygnus> | 1995-10-16 18:59:54 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-10-16 18:59:54 +0000 |
commit | 59227c078d47b163588f87a95516bf7844c6c8b4 (patch) | |
tree | ab063374ebd88d783d0ba0d8a4b5f0e2cdaa9033 /gdb/ChangeLog | |
parent | d807bd87724e3d38d02993a4d572693950e08a8f (diff) | |
download | gdb-59227c078d47b163588f87a95516bf7844c6c8b4.zip gdb-59227c078d47b163588f87a95516bf7844c6c8b4.tar.gz gdb-59227c078d47b163588f87a95516bf7844c6c8b4.tar.bz2 |
* 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!!!
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index da5028d..e9f44af 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Mon Oct 16 11:27:06 1995 Stu Grossman (grossman@cygnus.com) + * 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!!! + * gdbtk.c (gdb_disassemble): Use fprintf_unfiltered instead of fprintf_filtered. |