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/Makefile.in | |
parent | d32cbc04e31098d69a299f608424a5fcb69aae7a (diff) | |
download | gdb-575b4c298a60e1aeae9f34756ba72b31b2f166ec.zip gdb-575b4c298a60e1aeae9f34756ba72b31b2f166ec.tar.gz 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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9bca9b0..aecab41 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -837,7 +837,6 @@ ALL_TARGET_OBS = \ s12z-tdep.o \ s390-linux-tdep.o \ s390-tdep.o \ - score-tdep.o \ sh-linux-tdep.o \ sh-netbsd-tdep.o \ sh-tdep.o \ @@ -1426,7 +1425,6 @@ HFILES_NO_SRCDIR = \ run-on-main-thread.h \ s390-linux-tdep.h \ s390-tdep.h \ - score-tdep.h \ selftest-arch.h \ sentinel-frame.h \ ser-base.h \ @@ -2303,7 +2301,6 @@ ALLDEPFILES = \ s390-linux-nat.c \ s390-linux-tdep.c \ s390-tdep.c \ - score-tdep.c \ ser-go32.c \ ser-mingw.c \ ser-pipe.c \ |