public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1714] Remove DEFAULT_MATCHPD_PARTITIONS macro
@ 2023-06-12 13:06 Tamar Christina
  0 siblings, 0 replies; only message in thread
From: Tamar Christina @ 2023-06-12 13:06 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:bc45e18d433f879a02e369d027829f90f9e85724

commit r14-1714-gbc45e18d433f879a02e369d027829f90f9e85724
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Mon Jun 12 14:06:08 2023 +0100

    Remove DEFAULT_MATCHPD_PARTITIONS macro
    
    As Jakub pointed out, DEFAULT_MATCHPD_PARTITIONS
    is now unused and can be removed.
    
    gcc/ChangeLog:
    
            * config.in: Regenerate.
            * configure: Regenerate.
            * configure.ac: Remove DEFAULT_MATCHPD_PARTITIONS.

Diff:
---
 gcc/config.in    | 6 ------
 gcc/configure    | 9 ++-------
 gcc/configure.ac | 2 --
 3 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/gcc/config.in b/gcc/config.in
index cf2f2843784..0e62b9fbfc9 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -67,12 +67,6 @@
 #endif
 
 
-/* Define to larger than one set the number of match.pd partitions to make. */
-#ifndef USED_FOR_TARGET
-#undef DEFAULT_MATCHPD_PARTITIONS
-#endif
-
-
 /* Define to larger than zero set the default stack clash protector size. */
 #ifndef USED_FOR_TARGET
 #undef DEFAULT_STK_CLASH_GUARD_SIZE
diff --git a/gcc/configure b/gcc/configure
index 5f67808b774..3aa2534f4d4 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -7908,11 +7908,6 @@ if (test $DEFAULT_MATCHPD_PARTITIONS -lt 1); then
 fi
 
 
-cat >>confdefs.h <<_ACEOF
-#define DEFAULT_MATCHPD_PARTITIONS $DEFAULT_MATCHPD_PARTITIONS
-_ACEOF
-
-
 
 # Enable __cxa_atexit for C++.
 # Check whether --enable-__cxa_atexit was given.
@@ -19850,7 +19845,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 19853 "configure"
+#line 19848 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -19956,7 +19951,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 19959 "configure"
+#line 19954 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/gcc/configure.ac b/gcc/configure.ac
index cc8dd9e20bf..524ef76ec7d 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -932,8 +932,6 @@ if (test $DEFAULT_MATCHPD_PARTITIONS -lt 1); then
 		Cannot be negative.]))
 fi
 
-AC_DEFINE_UNQUOTED(DEFAULT_MATCHPD_PARTITIONS, $DEFAULT_MATCHPD_PARTITIONS,
-	[Define to larger than one set the number of match.pd partitions to make.])
 AC_SUBST(DEFAULT_MATCHPD_PARTITIONS)
 
 # Enable __cxa_atexit for C++.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-12 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12 13:06 [gcc r14-1714] Remove DEFAULT_MATCHPD_PARTITIONS macro Tamar Christina

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