summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2018-01-22 11:02:49 +0000
committerYao Qi <yao.qi@linaro.org>2018-01-22 11:02:49 +0000
commitdc71152484248c0d8075618ec2146db4ea173b12 (patch)
tree33eb31334b6001065b794d46ace3dbca794e58c9 /gdb/configure.tgt
parent3f5a868b2277a3678f7eeb8fdf88935913b5918b (diff)
downloadbinutils-gdb-dc71152484248c0d8075618ec2146db4ea173b12.tar.gz
Remove mt port
This patch removes the MT port. The removal was annoucned https://sourceware.org/ml/gdb-announce/2017/msg00006.html I'll remove MT from the top-level configure later. gdb: 2018-01-22 Yao Qi <yao.qi@linaro.org> * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o. * configure.tgt: Remove target mt. * mt-tdep.c: Remove. * regcache.c (cooked_read_test): Remove the check for mt.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index fb8014a8e8b..dbd91143c28 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -29,6 +29,7 @@ case $targ in
hppa*-*-hpux* | \
ia64-*-hpux* | \
*-*-vxworks* | \
+ mt-*-* | \
null)
echo "*** Configuration $targ is obsolete." >&2
echo "*** Support has been REMOVED." >&2
@@ -442,11 +443,6 @@ msp430*-*-elf)
gdb_sim=../sim/msp430/libsim.a
;;
-mt-*-*)
- # Target: Morpho Technologies ms1 processor
- gdb_target_obs="mt-tdep.o"
- ;;
-
nds32*-*-elf)
# Target: AndesTech NDS32 core
gdb_target_obs="nds32-tdep.o"