+
+ PR ld/27173
+ * gcc-plugin.m4 (GCC_PLUGIN_OPTION): Check if AR works with
+ --plugin and rc before enabling --plugin.
+
+
+ * gcc-plugin.m4 (GCC_PLUGIN_OPTION): New.
+
+
+ * 2.36 release branch crated.
+
+
+ * override.m4: Correct comment grammar.
+
+
+ Sync from gcc
+ PR bootstrap/96202
+ * cet.m4 (GCC_CET_HOST_FLAGS): Don't enable CET without CET
+ support in stage1 nor for build support.
+
+
+ * largefile.m4 (ACX_LARGEFILE) <sparc-*-solaris*|i?86-*-solaris*>:
+ Check for <sys/procfs.h> incompatilibity with large-file support
+ on Solaris.
+ Only disable large-file support and perhaps plugins if needed.
+ Set, substitute LARGEFILE_CPPFLAGS if so.
+
+
+ PR binutils/26301
+ * pkg.m4 (PKG_CHECK_MODULES): Use AC_TRY_LINK only if
+ $pkg_failed = no.
+
+
+ PR binutils/26301
+ * pkg.m4 (PKG_CHECK_MODULES): Add AC_TRY_LINK to check if
+ $pkg_cv_[]$1[]_LIBS works.
+
+
+ * debuginfod.m4: use PKG_CHECK_MODULES.
+ * pkg.m4: New file.
+
+
+ Binutils 2.35 branch created.
+
+
+ Sync with GCC
+
+ PR bootstrap/95413
+ * cet.m4: Replace save_CFLAGS and save_LDFLAGS with
+ cet_save_CFLAGS and cet_save_LDFLAGS.
+
+
+ Sync with GCC
+
+ PR bootstrap/95147
+ * cet.m4 (GCC_CET_FLAGS): Also check if -fcf-protection works
+ when defaulting to auto.
+
+
+ * cet.m4 (GCC_CET_FLAGS): Change default to auto.
+
+
+ Sync with GCC
+
+ PR bootstrap/94998
+ * cet.m4 (GCC_CET_HOST_FLAGS): Enable CET in cross compiler if
+ possible.
+
+
+ Sync with GCC
+
+ PR bootstrap/94739
+ * cet.m4 (GCC_CET_HOST_FLAGS): Add -fcf-protection=none to
+ -Wl,-z,ibt,-z,shstk. Check whether -fcf-protection=none
+ -Wl,-z,ibt,-z,shstk works first.
+
+
+ PR bootstrap/94739
+ * cet.m4 (GCC_CET_HOST_FLAGS): New.
+
+
+ PR libfortran/94694
+ PR libfortran/94586
+ * math.m4 (GCC_CHECK_MATH_INLINE_BUILTIN_FALLBACK1,
+ GCC_CHECK_MATH_INLINE_BUILTIN_FALLBACK2): New.
+
+
+ * ax_count_cpus.m4: New file, backported from GCC.
+ * bootstrap-Og.mk: New file, backported from GCC.
+ * bootstrap-lto-lean.mk: New file, backported from GCC.
+ * bootstrap-lto.mk: Changes backported from GCC.
+ * futex.m4: Changes backported from GCC.
+ * gthr.m4: Changes backported from GCC.
+ * lib-link.m4: Changes backported from GCC.
+ * mh-mingw: Changes backported from GCC.
+ * no-executables.m4: Changes backported from GCC.
+ * tls.m4: Changes backported from GCC.
+ * toolexeclibdir.m4: New file, backported from GCC.
+
+
+ Binutils 2.34 branch created.
+
+
+ binutils 2.33 branch created.
+
+
+ 2.32 branch created.
+
+
+ * iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
+ Append $INCICONV to it.
+
+
+ Merge from GCC:
+
+ * multi.m4: Set GDC.
+
+
+ * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to
+ catch x86_64 kFreeBSD and Hurd.
+
+ Merge from GCC:
+ PR bootstrap/82856
+ * math.m4, tls.m4: Use AC_LANG_SOURCE.
+
+
+ * override.m4 (_GCC_AUTOCONF_VERSION): Bump from 2.64 to 2.69.
+
Sync with GCC