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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0a4a06b..364ea7a 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -733,7 +733,6 @@ ALL_TARGET_OBS = \ mn10300-tdep.o \ moxie-tdep.o \ msp430-tdep.o \ - mt-tdep.o \ nbsd-tdep.o \ nds32-tdep.o \ nios2-linux-tdep.o \ |