diff options
author | Rob Savoye <rob@cygnus> | 1995-02-06 21:41:28 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1995-02-06 21:41:28 +0000 |
commit | c2a543679dbafd4eea6b601c1f23b646998f9e1c (patch) | |
tree | c67e47619c56b105d579402053c46c7bd0767030 /gdb/config | |
parent | 0bef7f7266e0fd2d5dd66a2fa9203ca5c22d2be1 (diff) | |
download | gdb-c2a543679dbafd4eea6b601c1f23b646998f9e1c.zip gdb-c2a543679dbafd4eea6b601c1f23b646998f9e1c.tar.gz gdb-c2a543679dbafd4eea6b601c1f23b646998f9e1c.tar.bz2 |
Add support for ser-tcp and the Array lsi33k target.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/idt.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/idt.mt b/gdb/config/mips/idt.mt index 0f11645..b2bf0a0 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 +TDEPFILES= mips-tdep.o remote-mips.o ser-tcp.o monitor.o array-rom.o TM_FILE= tm-idt.h |