public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Simon Marchi <simon.marchi@efficios.com>
To: gdb-patches@sourceware.org
Cc: Simon Marchi <simon.marchi@efficios.com>
Subject: [PATCH 0/7] Remove obsolete GDBserver ports
Date: Thu, 14 May 2020 13:43:52 -0400	[thread overview]
Message-ID: <20200514174359.2272960-1-simon.marchi@efficios.com> (raw)

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


             reply	other threads:[~2020-05-14 17:44 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-14 17:43 Simon Marchi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200514174359.2272960-1-simon.marchi@efficios.com \
    --to=simon.marchi@efficios.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).