]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: remove QNX Neutrino support
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 25 Jul 2024 17:41:35 +0000 (13:41 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 12 Aug 2024 14:21:15 +0000 (10:21 -0400)
commit36fb20fa93484b104d91e42e38930ee8629192ab
treeb9391b4a9ed082621211b506a416cc511754f0b7
parent7ee8372bdbd218295ca6147ef31174ad827a00cb
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>
13 files changed:
gdb/Makefile.in
gdb/config/nm-nto.h [deleted file]
gdb/configure.host
gdb/configure.nat
gdb/configure.tgt
gdb/doc/gdb.texinfo
gdb/i386-nto-tdep.c [deleted file]
gdb/nto-procfs.c [deleted file]
gdb/nto-tdep.c [deleted file]
gdb/nto-tdep.h [deleted file]
gdb/osabi.c
gdb/osabi.h
gdb/testsuite/lib/gdb.exp