diff options
author | Pedro Alves <pedro@palves.net> | 2022-03-16 13:39:17 +0000 |
---|---|---|
committer | Pedro Alves <pedro@palves.net> | 2022-03-17 15:39:19 +0000 |
commit | 575b4c298a60e1aeae9f34756ba72b31b2f166ec (patch) | |
tree | 3a49d95d36c20128c44f35da68e16098a152ebc0 /gdb/configure.tgt | |
parent | d32cbc04e31098d69a299f608424a5fcb69aae7a (diff) | |
download | fsf-binutils-gdb-575b4c298a60e1aeae9f34756ba72b31b2f166ec.zip fsf-binutils-gdb-575b4c298a60e1aeae9f34756ba72b31b2f166ec.tar.gz fsf-binutils-gdb-575b4c298a60e1aeae9f34756ba72b31b2f166ec.tar.bz2 |
gdb: Remove support for S+core
GCC removed support for score back in 2014 already. Back then, we
basically agreed about removing it from GDB too, but it ended up being
forgotten. See:
https://sourceware.org/pipermail/gdb/2014-October/044643.html
Following through this time around.
Change-Id: I5b25a1ff7bce7b150d6f90f4c34047fae4b1f8b4
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 65f3bf6..0705ccf 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -550,11 +550,6 @@ rx-*-*) gdb_target_obs="rx-tdep.o" ;; -score-*-*) - # Target: S+core embedded system - gdb_target_obs="score-tdep.o" - ;; - sh*-*-linux*) # Target: GNU/Linux Super-H gdb_target_obs="sh-tdep.o sh-linux-tdep.o \ |