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/osabi.h | |
parent | 7ee8372bdbd218295ca6147ef31174ad827a00cb (diff) | |
download | gdb-36fb20fa93484b104d91e42e38930ee8629192ab.zip gdb-36fb20fa93484b104d91e42e38930ee8629192ab.tar.gz gdb-36fb20fa93484b104d91e42e38930ee8629192ab.tar.bz2 |
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/osabi.h')
-rw-r--r-- | gdb/osabi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/osabi.h b/gdb/osabi.h index c1a85d1..d2b1a35 100644 --- a/gdb/osabi.h +++ b/gdb/osabi.h @@ -35,7 +35,6 @@ enum gdb_osabi GDB_OSABI_OPENBSD, GDB_OSABI_WINCE, GDB_OSABI_GO32, - GDB_OSABI_QNXNTO, GDB_OSABI_CYGWIN, GDB_OSABI_WINDOWS, GDB_OSABI_AIX, |