Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove Neutrino support
@ 2024-07-25 17:41 Simon Marchi
  2024-07-25 17:41 ` [PATCH 1/3] gdb: remove QNX " Simon Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Simon Marchi @ 2024-07-25 17:41 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

The previous proposal to remove Neutrino support was in 2020, and the
last news from Stephen (from QNX) was in 2021.  I'm bumping into changes
complicated by the Neutrino port again, so I propose to remove this
inactive port again.

Simon Marchi (3):
  gdb: remove QNX Neutrino support
  gdbsupport: remove #ifndef REALTIME_LO in signals.cc
  gdb: remove find_and_open_solib so_list method

 gdb/Makefile.in           |    4 -
 gdb/config/nm-nto.h       |   29 -
 gdb/configure.host        |    1 -
 gdb/configure.nat         |    9 -
 gdb/configure.tgt         |    6 -
 gdb/doc/gdb.texinfo       |   14 +-
 gdb/i386-nto-tdep.c       |  379 ---------
 gdb/nto-procfs.c          | 1583 -------------------------------------
 gdb/nto-tdep.c            |  521 ------------
 gdb/nto-tdep.h            |  194 -----
 gdb/osabi.c               |    1 -
 gdb/osabi.h               |    1 -
 gdb/solib-svr4.c          |    1 -
 gdb/solib.c               |    7 -
 gdb/solist.h              |    8 -
 gdb/testsuite/lib/gdb.exp |    1 -
 gdbsupport/signals.cc     |   14 +-
 17 files changed, 8 insertions(+), 2765 deletions(-)
 delete mode 100644 gdb/config/nm-nto.h
 delete mode 100644 gdb/i386-nto-tdep.c
 delete mode 100644 gdb/nto-procfs.c
 delete mode 100644 gdb/nto-tdep.c
 delete mode 100644 gdb/nto-tdep.h


base-commit: f026d7063ecec8b64af5d67247129514d57e6e87
-- 
2.45.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-08-12 15:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-25 17:41 [PATCH 0/3] Remove Neutrino support Simon Marchi
2024-07-25 17:41 ` [PATCH 1/3] gdb: remove QNX " Simon Marchi
2024-07-25 17:41 ` [PATCH 2/3] gdbsupport: remove #ifndef REALTIME_LO in signals.cc Simon Marchi
2024-07-25 17:41 ` [PATCH 3/3] gdb: remove find_and_open_solib so_list method Simon Marchi
2024-08-11 17:39 ` [PATCH 0/3] Remove Neutrino support Kevin Buettner
2024-08-12 15:29   ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox