public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Remove obsolete GDBserver ports
@ 2020-05-14 17:43 Simon Marchi
  2020-05-14 17:43 ` [PATCH 1/7] gdbserver: remove support for LynxOS Simon Marchi
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Simon Marchi @ 2020-05-14 17:43 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

This series implements the removal of obsolete gdbserver ports, as discussed
here:

    https://sourceware.org/pipermail/gdb-patches/2020-May/168361.html

I'm not in a hurry to merge this.  I don't recall the exact process for
removing support for a platform/architecture from GDB/GDBserver (I could
document it on the wiki if someone points me to it, if it's not already there).
If needed, we can announce these ports as deprecated for the next GDB release
(10.1 ?), and then merge this series in master right after we have created the
gdb-10-branch.  Or if you think this is unnecessary, we can merge it right
away, I don't mind.

Simon Marchi (7):
  gdbserver: remove support for LynxOS
  gdbserver: remove support for Neutrino
  gdbserver: remove support for Blackfin
  gdbserver: remove support for CRIS
  gdbserver: remove support for M32R
  gdbserver: remove support for Tile
  gdbserver: remove support for ARM/WinCE

 gdbserver/Makefile.in          |   7 -
 gdbserver/README               |   7 +-
 gdbserver/configure            |   4 -
 gdbserver/configure.ac         |   4 -
 gdbserver/configure.srv        |  63 ---
 gdbserver/linux-bfin-low.cc    | 173 ------
 gdbserver/linux-cris-low.cc    | 169 ------
 gdbserver/linux-crisv32-low.cc | 472 ----------------
 gdbserver/linux-low.cc         |   5 -
 gdbserver/linux-m32r-low.cc    | 163 ------
 gdbserver/linux-tile-low.cc    | 227 --------
 gdbserver/lynx-i386-low.cc     | 358 ------------
 gdbserver/lynx-low.cc          | 747 -------------------------
 gdbserver/lynx-low.h           | 102 ----
 gdbserver/lynx-ppc-low.cc      | 185 -------
 gdbserver/nto-low.cc           | 966 ---------------------------------
 gdbserver/nto-low.h            | 109 ----
 gdbserver/nto-x86-low.cc       | 109 ----
 gdbserver/remote-utils.cc      |  33 --
 gdbserver/server.h             |   4 -
 gdbserver/win32-arm-low.cc     | 168 ------
 gdbserver/win32-low.cc         | 101 +---
 gdbserver/win32-low.h          |   4 -
 gdbserver/wincecompat.cc       |  38 --
 gdbserver/wincecompat.h        |  30 -
 25 files changed, 30 insertions(+), 4218 deletions(-)
 delete mode 100644 gdbserver/linux-bfin-low.cc
 delete mode 100644 gdbserver/linux-cris-low.cc
 delete mode 100644 gdbserver/linux-crisv32-low.cc
 delete mode 100644 gdbserver/linux-m32r-low.cc
 delete mode 100644 gdbserver/linux-tile-low.cc
 delete mode 100644 gdbserver/lynx-i386-low.cc
 delete mode 100644 gdbserver/lynx-low.cc
 delete mode 100644 gdbserver/lynx-low.h
 delete mode 100644 gdbserver/lynx-ppc-low.cc
 delete mode 100644 gdbserver/nto-low.cc
 delete mode 100644 gdbserver/nto-low.h
 delete mode 100644 gdbserver/nto-x86-low.cc
 delete mode 100644 gdbserver/win32-arm-low.cc
 delete mode 100644 gdbserver/wincecompat.cc
 delete mode 100644 gdbserver/wincecompat.h

-- 
2.26.2


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

end of thread, other threads:[~2020-06-12 20:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 17:43 [PATCH 0/7] Remove obsolete GDBserver ports Simon Marchi
2020-05-14 17:43 ` [PATCH 1/7] gdbserver: remove support for LynxOS Simon Marchi
2020-05-14 17:43 ` [PATCH 2/7] gdbserver: remove support for Neutrino Simon Marchi
2020-05-14 17:43 ` [PATCH 3/7] gdbserver: remove support for Blackfin Simon Marchi
2020-05-14 17:43 ` [PATCH 4/7] gdbserver: remove support for CRIS Simon Marchi
2020-05-14 17:43 ` [PATCH 5/7] gdbserver: remove support for M32R Simon Marchi
2020-05-14 17:43 ` [PATCH 6/7] gdbserver: remove support for Tile Simon Marchi
2020-05-14 18:59 ` [PATCH 0/7] Remove obsolete GDBserver ports Kevin Buettner
2020-05-14 19:12   ` Simon Marchi
2020-05-14 19:05 ` [PATCH 7/7] gdbserver: remove support for ARM/WinCE Simon Marchi
2020-05-14 20:30   ` Kevin Buettner
2020-05-14 23:14     ` Simon Marchi
2020-05-15  1:03       ` Kevin Buettner
2020-05-15 11:09   ` Pedro Alves
2020-05-14 19:07 ` [PATCH 0/7] Remove obsolete GDBserver ports Christian Biesinger
2020-05-14 19:12   ` Simon Marchi
2020-05-14 19:18 ` [PATCH 8/7] gdb: mention removed GDBserver host support in NEWS Simon Marchi
2020-05-14 19:21   ` Eli Zaretskii
2020-05-15 10:19 ` [PATCH 0/7] Remove obsolete GDBserver ports Pedro Alves
2020-05-15 14:18   ` Simon Marchi
2020-06-12 20:08 ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).