diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2024-07-25 13:41:35 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2024-08-12 10:21:15 -0400 |
commit | 36fb20fa93484b104d91e42e38930ee8629192ab (patch) | |
tree | b9391b4a9ed082621211b506a416cc511754f0b7 /gdb/testsuite/lib | |
parent | gdb: rename target-delegates.c to target-delegates-gen.c (diff) | |
download | binutils-gdb-36fb20fa93484b104d91e42e38930ee8629192ab.tar.gz binutils-gdb-36fb20fa93484b104d91e42e38930ee8629192ab.tar.bz2 binutils-gdb-36fb20fa93484b104d91e42e38930ee8629192ab.zip |
gdb: remove QNX Neutrino support
Remove the support for the QNX Neutrino OS (tdep and native bits). This
has been unmaintained for years, and we don't have a way to see if it
works (or even builds, for the native parts). Without somebody actively
maintaining it, this is just a burden for developers, especially that
this port does a few weird unique things that require reasoning about
when doing big change.
Support for GDBserver was removed in 2020, commit 613f149a90d6
("gdbserver: remove support for Neutrino").
Change-Id: I4e25ec26ab06636629adebd02ceb161ee31c232d
Approved-by: Kevin Buettner <kevinb@redhat.com>
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index acb932e5759..c4e322b59a0 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -8113,7 +8113,6 @@ gdb_caching_proc gdb_has_argv0 {} { || [istarget *-wince-pe] || [istarget *-*-mingw32ce*] || [istarget *-*-osf*] || [istarget *-*-dicos*] - || [istarget *-*-nto*] || [istarget *-*-*vms*] || [istarget *-*-lynx*178]) } { fail "argv\[0\] should be available on this target" |