diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/.Sanitize | 1 | ||||
-rw-r--r-- | gdb/config/idt.mt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index 50347bc..c5cbc26 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -66,6 +66,7 @@ i386v.mt i386v32.mh i386v4.mh i386v4.mt +idt.mt irix3.mh irix3.mt irix4.mh diff --git a/gdb/config/idt.mt b/gdb/config/idt.mt new file mode 100644 index 0000000..d7fcecb --- /dev/null +++ b/gdb/config/idt.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-bigmips.h |