]> gcc.gnu.org Git - gcc.git/commit
gcc: configure: drop Valgrind 3.1 compatibility
authorAlexander Monakov <amonakov@ispras.ru>
Thu, 23 Nov 2023 17:48:43 +0000 (20:48 +0300)
committerAlexander Monakov <amonakov@ispras.ru>
Fri, 24 Nov 2023 13:17:45 +0000 (16:17 +0300)
commitf9a10e91499ec9291fe28f20c34f1f1e65c521e8
tree8f024a0df6ba32f7b79774a036d004ec7362e168
parentab78426ae76cd4a31c384f17dd058b4ad8b39642
gcc: configure: drop Valgrind 3.1 compatibility

Our system.h and configure.ac try to accommodate valgrind-3.1, but it is
more than 15 years old at this point. As Valgrind-based checking is a
developer-oriented feature, drop the compatibility stuff and streamline
the detection.

gcc/ChangeLog:

* config.in: Regenerate.
* configure: Regenerate.
* configure.ac: Delete manual checks for old Valgrind headers.
* system.h (VALGRIND_MAKE_MEM_NOACCESS): Delete.
(VALGRIND_MAKE_MEM_DEFINED): Delete.
(VALGRIND_MAKE_MEM_UNDEFINED): Delete.
(VALGRIND_MALLOCLIKE_BLOCK): Delete.
(VALGRIND_FREELIKE_BLOCK): Delete.
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/system.h
This page took 0.063533 seconds and 5 git commands to generate.