X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=e9f44af1fe19d9f6eb3549b3a9169b3d2ab8e0e7;hb=59227c078d47b163588f87a95516bf7844c6c8b4;hp=da5028d03340fed0183e05aab5707032f85b5750;hpb=d807bd87724e3d38d02993a4d572693950e08a8f;p=binutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index da5028d0334..e9f44af1fe1 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.