public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Clean up Valgrind configury
@ 2023-11-23 18:13 Alexander Monakov
  2023-11-23 18:13 ` [PATCH 1/2] libcpp: configure: drop unused Valgrind detection Alexander Monakov
  2023-11-23 18:13 ` [PATCH 2/2] gcc: configure: drop Valgrind 3.1 compatibility Alexander Monakov
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Monakov @ 2023-11-23 18:13 UTC (permalink / raw)
  To: gcc-patches; +Cc: Alexander Monakov

We have an RFC patch [1] that adds a libgcc wrapper for a Valgrind client
request.  GCC has autoconf detection for Valgrind in the compiler proper
as well as libcpp (where it is actually unnecessary).

It's grown rusty, let's clean it up.

[1] https://inbox.sourceware.org/gcc-patches/20231024141124.210708-1-exactlywb@ispras.ru/

Alexander Monakov (2):
  libcpp: configure: drop unused Valgrind detection
  gcc: configure: drop Valgrind 3.1 compatibility

 gcc/config.in       | 12 -------
 gcc/configure       | 80 +++++++--------------------------------------
 gcc/configure.ac    | 49 +++------------------------
 gcc/system.h        | 23 ++-----------
 libcpp/config.in    | 15 ++-------
 libcpp/configure    | 70 +--------------------------------------
 libcpp/configure.ac | 51 ++---------------------------
 libcpp/lex.cc       |  4 +--
 8 files changed, 29 insertions(+), 275 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-11-24  8:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 18:13 [PATCH 0/2] Clean up Valgrind configury Alexander Monakov
2023-11-23 18:13 ` [PATCH 1/2] libcpp: configure: drop unused Valgrind detection Alexander Monakov
2023-11-24  8:10   ` Richard Biener
2023-11-23 18:13 ` [PATCH 2/2] gcc: configure: drop Valgrind 3.1 compatibility Alexander Monakov
2023-11-24  8:10   ` Richard Biener

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).