]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - config/ChangeLog
Add Changelog entries and NEWS entries for 2.36 branch
[thirdparty/binutils-gdb.git] / config / ChangeLog
index 0e988b19c9822eee01c42d6593ec36060b890eb1..f2be3252dd8d2050f06b441d4d9b93a0e6e60003 100644 (file)
@@ -1,3 +1,57 @@
+2021-01-09  Nick Clifton  <nickc@redhat.com>
+
+       * 2.36 release branch crated.
+
+2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
+
+       * override.m4: Correct comment grammar.
+
+2020-09-08  Alan Modra  <amodra@gmail.com>
+
+       Sync from gcc
+       2020-07-15  H.J. Lu  <hjl.tools@gmail.com>
+       PR bootstrap/96202
+       * cet.m4 (GCC_CET_HOST_FLAGS): Don't enable CET without CET
+       support in stage1 nor for build support.
+
+2020-07-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * 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.
+
+2020-07-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/26301
+       * pkg.m4 (PKG_CHECK_MODULES): Use AC_TRY_LINK only if
+       $pkg_failed = no.
+
+2020-07-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/26301
+       * pkg.m4 (PKG_CHECK_MODULES): Add AC_TRY_LINK to check if
+       $pkg_cv_[]$1[]_LIBS works.
+
+2020-07-24  Aaron Merey  <amerey@redhat.com>
+
+       * debuginfod.m4: use PKG_CHECK_MODULES.
+       * pkg.m4: New file.
+
+2020-07-04  Nick Clifton  <nickc@redhat.com>
+
+       Binutils 2.35 branch created.
+
+2020-06-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       Sync with GCC
+       2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR bootstrap/95413
+       * cet.m4: Replace save_CFLAGS and save_LDFLAGS with
+       cet_save_CFLAGS and cet_save_LDFLAGS.
+
 2020-05-16  H.J. Lu  <hongjiu.lu@intel.com>
 
        Sync with GCC