aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-16 05:57:09 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-16 05:57:09 +0000
commitcc8a868a11f0078d8813981ddc36b3358e83b789 (patch)
tree9814f5ab850166efd1f287d4485f4be239d004a5 /gdb/configure.tgt
parent5ef80fb0d122190295f7674990d2bf26b50262a5 (diff)
downloadgdb-cc8a868a11f0078d8813981ddc36b3358e83b789.zip
gdb-cc8a868a11f0078d8813981ddc36b3358e83b789.tar.gz
gdb-cc8a868a11f0078d8813981ddc36b3358e83b789.tar.bz2
2003-11-16 Andrew Cagney <cagney@redhat.com>
* config/mips/linux64.mt: Delete file. * config/mips/tm-linux64.h: Delete file. * config/mips/tm-mips64.h: Delete file. * config/mips/embed64.mt: Delete file. * config/djgpp/fnchange.lst: Update. * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*, mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*. * config/mips/tm-irix6.h: Update copyright. Include "mips/tm-mips.h" instead of "mips/tm-mips64.h". * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or "OP_LDGPR".
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index fdaf9ec..abae6e6 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -133,14 +133,8 @@ m68*-*-vxworks*) gdb_target=vxworks68 ;;
mcore*-*-*) gdb_target=mcore ;;
-# "mipsisa64" targets are 64-bit MIPS, MIPS64 ISA. They need these
-# special cases because otherwise they (obviously) are not matched by
-# the "mips64" target cases, and would therefore be treated as 32-bit.
-mipsisa64*-*-linux*) gdb_target=linux64 ;;
-mipsisa64*-*-*) gdb_target=embed64 ;;
mips*-*-pe) gdb_target=wince ;;
mips*tx39*-elf*) gdb_target=tx39 ;;
-mips64*-*-linux*) gdb_target=linux64 ;;
mips*-sgi-irix5*) gdb_target=irix5 ;;
mips*-sgi-irix6*) gdb_target=irix6 ;;
mips*-*-linux*) gdb_target=linux
@@ -149,7 +143,6 @@ mips*-*-linux*) gdb_target=linux
mips*-*-netbsd*) gdb_target=nbsd ;;
mips*-*-sysv4*) gdb_target=mipsv4 ;;
mips*-*-vxworks*) gdb_target=vxmips ;;
-mips64*-*-*) gdb_target=embed64 ;;
mips*-*-*) gdb_target=embed ;;
mn10300-*-*) gdb_target=mn10300 ;;