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