summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog56
1 files changed, 50 insertions, 6 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 370ed72b2b..4f1c354a57 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,14 +1,58 @@
-2015-12-04 Release Manager
+2016-04-27 Release Manager
- * GCC 5.3.0 released.
+ * GCC 6.1.0 released.
-2015-07-16 Release Manager
+2015-10-21 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
- * GCC 5.2.0 released.
+ * bootstrap-asan.mk: Replace ASAN_OPTIONS=detect_leaks with
+ LSAN_OPTIONS=detect_leaks.
-2015-04-22 Release Manager
+2015-08-24 Yaakov Selkowitz <yselkowi@redhat.com>
- * GCC 5.1.0 released.
+ * iconv.m4 (AM_ICONV_LINK): Use in-tree libiconv when present.
+
+2015-07-24 Micahel Darling <darlingm@gmail.com>
+
+ PR other/66259
+ * gettext.m4: Reflects renaming of configure.in to configure.ac
+ * po.m4: Likewise
+ * stdint.m4: Likewise
+ * tcl.m4: Likewise
+
+2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ * zlib.m4: Sync with binutils-gdb.
+
+2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ * dfp.m4 (enable_decimal_float): Also set to yes for
+ i?86*-*-elfiamcu target.
+
+2015-05-27 Jason Merrill <jason@redhat.com>
+
+ PR bootstrap/66304
+ * warnings.m4 (ACX_PROG_CXX_WARNING_OPTS)
+ (ACX_PROG_CXX_WARNINGS_ARE_ERRORS)
+ (ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC): New.
+ (ACX_PROG_CC_WARNING_OPTS, ACX_PROG_CC_WARNING_ALMOST_PEDANTIC)
+ (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Push into C language context.
+
+2015-05-13 Eric Botcazou <ebotcazou@adacore.com>
+
+ * sjlj.m4: New file.
+
+2015-05-04 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
+
+ * bitfields.m4: Change int to long long, and use bitfields of
+ width 1 instead of 0.
+
+2015-05-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
+
+ * bitfields.m4: New file.
+
+2015-04-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ * bootstrap-mpx.mk: New file.
2015-04-10 Jakub Jelinek <jakub@redhat.com>
Iain Sandoe <iain@codesourcery.com>