aboutsummaryrefslogtreecommitdiff
path: root/gdb/MAINTAINERS
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2022-08-30 10:22:28 +0200
committerTom de Vries <tdevries@suse.de>2022-08-30 10:22:28 +0200
commit28b5cde22b1a858b8c05da0f03ba37c670798298 (patch)
tree193357838a6dbbc5437521b09e2e4b587a3c5002 /gdb/MAINTAINERS
parentfae8f4d1fd9623c226ec0281dec6a686acc78912 (diff)
downloadgdb-28b5cde22b1a858b8c05da0f03ba37c670798298.zip
gdb-28b5cde22b1a858b8c05da0f03ba37c670798298.tar.gz
gdb-28b5cde22b1a858b8c05da0f03ba37c670798298.tar.bz2
[gdb/tdep] Declare score-*-* target obsolete
I tried out the script gdb/gdb_mbuild.sh, and ran into: ... score-elf ... ... configure --target=score-elf ... make score-elf ... run score-elf score-elf: gdb dumped core Terminated ... Gdb runs into this internal error in initialize_current_architecture: ... if (! gdbarch_update_p (info)) internal_error (__FILE__, __LINE__, _("initialize_current_architecture: Selection of " "initial architecture failed")); ... The call to gdbarch_update_p fails because commit 575b4c298a6 ("gdb: Remove support for S+core") removed support for the architecture. Fix this by adding score-*-* to the list of obsolete targets in gdb/configure.tgt, such that we're no longer able to build the configuration: ... *** Configuration score-unknown-elf is obsolete. *** Support has been REMOVED. make: *** [Makefile:12806: configure-gdb] Error 1 ... Also remove the related line from the "Target Instruction Set Architectures" list in gdb/MAINTAINERS, such that gdb/gdb_mbuild.sh no longer tries to build it.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r--gdb/MAINTAINERS1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index ef507e5..00b9a5c 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -325,7 +325,6 @@ the native maintainer when resolving ABI issues.
s390 --target=s390-linux-gnu ,-Werror
Andreas Arnez arnez@linux.ibm.com
- score --target=score-elf
sh --target=sh-elf ,-Werror
sparc --target=sparcv9-solaris2.11 ,-Werror