diff options
author | Kung Hsu <kung@cygnus> | 1994-02-18 01:21:36 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1994-02-18 01:21:36 +0000 |
commit | 4fbce2fdd223a8941652e32d07809ecbf3a1e446 (patch) | |
tree | a569efc01d7b46758d77adbd8b4d6d78ea4eabb0 /gdb/config/mips/idt64.mt | |
parent | 673b162c1ab0d19bbbd207693b331fba304f598c (diff) | |
download | gdb-4fbce2fdd223a8941652e32d07809ecbf3a1e446.zip gdb-4fbce2fdd223a8941652e32d07809ecbf3a1e446.tar.gz gdb-4fbce2fdd223a8941652e32d07809ecbf3a1e446.tar.bz2 |
Added Files:
bigmips64.mt idt64.mt idtl64.mt littlemips64.mt tm-bigmips64.h
tm-idt64.h tm-idtl64.h tm-mips64.h
Add the above files to support mips 64 bits target.
Diffstat (limited to 'gdb/config/mips/idt64.mt')
-rw-r--r-- | gdb/config/mips/idt64.mt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/mips/idt64.mt b/gdb/config/mips/idt64.mt new file mode 100644 index 0000000..17d15531 --- /dev/null +++ b/gdb/config/mips/idt64.mt @@ -0,0 +1,3 @@ +# Target: Big-endian IDT board. +TDEPFILES= mips-pinsn.o mips-tdep.o exec.o remote-mips.o +TM_FILE= tm-idt64.h |