aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-10-16 18:59:54 +0000
committerStu Grossman <grossman@cygnus>1995-10-16 18:59:54 +0000
commit59227c078d47b163588f87a95516bf7844c6c8b4 (patch)
treeab063374ebd88d783d0ba0d8a4b5f0e2cdaa9033 /gdb/config/mips
parentd807bd87724e3d38d02993a4d572693950e08a8f (diff)
downloadgdb-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/config/mips')
-rw-r--r--gdb/config/mips/idt.mt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/idt.mt b/gdb/config/mips/idt.mt
index eb706b6..0f11645 100644
--- a/gdb/config/mips/idt.mt
+++ b/gdb/config/mips/idt.mt
@@ -1,3 +1,3 @@
# Target: Big-endian IDT board.
-TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
+TDEPFILES= mips-tdep.o remote-mips.o
TM_FILE= tm-idt.h