diff options
author | Yao Qi <yao.qi@linaro.org> | 2018-01-22 11:02:49 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2018-01-22 11:02:49 +0000 |
commit | dc71152484248c0d8075618ec2146db4ea173b12 (patch) | |
tree | 33eb31334b6001065b794d46ace3dbca794e58c9 /gdb/configure.tgt | |
parent | 3f5a868b2277a3678f7eeb8fdf88935913b5918b (diff) | |
download | gdb-dc71152484248c0d8075618ec2146db4ea173b12.zip gdb-dc71152484248c0d8075618ec2146db4ea173b12.tar.gz gdb-dc71152484248c0d8075618ec2146db4ea173b12.tar.bz2 |
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.tgt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index fb8014a..dbd9114 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" |