Message ID | patch-17381-tamar@arm.com |
---|---|
State | New |
Headers | show |
Series | Remove DEFAULT_MATCHPD_PARTITIONS macro | expand |
On Mon, 12 Jun 2023, Tamar Christina wrote: > Hi All, > > As Jakub pointed out, DEFAULT_MATCHPD_PARTITIONS > is now unused and can be removed. > > Bootstrapped aarch64-none-linux-gnu and no issues. > > Ok for master? OK. > Thanks, > Tamar > > gcc/ChangeLog: > > * config.in: Regenerate. > * configure: Regenerate. > * configure.ac: Remove DEFAULT_MATCHPD_PARTITIONS. > > --- inline copy of patch -- > diff --git a/gcc/config.in b/gcc/config.in > index cf2f284378447c8f8e2f838a786dba23d6086fe3..0e62b9fbfc93da8fb511bf581ef9457e55c8bc6c 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 5f67808b77441ba730183eef90367b70a51b08a0..3aa2534f4d4aa4136e9aaf5de51b8e6b67c48d5a 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 cc8dd9e20bf4e3994af99a74ec2a0fe61b0fb1ae..524ef76ec7deb6357d616b6dc6e016d2a9804816 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++. > > > > >
On Mon, Jun 12, 2023 at 01:53:26PM +0100, Tamar Christina wrote: > gcc/ChangeLog: > > * config.in: Regenerate. > * configure: Regenerate. > * configure.ac: Remove DEFAULT_MATCHPD_PARTITIONS. Ok, thanks. Jakub
--- 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 5f67808b77441ba730183eef90367b70a51b08a0..3aa2534f4d4aa4136e9aaf5de51b8e6b67c48d5a 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 cc8dd9e20bf4e3994af99a74ec2a0fe61b0fb1ae..524ef76ec7deb6357d616b6dc6e016d2a9804816 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++.