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/NEWS | |
parent | d32cbc04e31098d69a299f608424a5fcb69aae7a (diff) | |
download | binutils-gdb-575b4c298a60e1aeae9f34756ba72b31b2f166ec.tar.gz |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -174,7 +174,11 @@ info win * New targets -GNU/Linux/LoongArch loongarch*-*-linux* +GNU/Linux/LoongArch loongarch*-*-linux* + +* Removed targets + +S+core score-*-* * Python API |