aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-02-10 10:54:29 +0000
committerNick Clifton <nickc@redhat.com>2016-02-10 10:54:29 +0000
commit52cf9762c53f5de7070a3951a3a6156082839d35 (patch)
treec480432df9683cf6845bf7e28c8267d019d4389f /ChangeLog
parent1233c0bae644451922bda07d03f1a66f3439dd20 (diff)
downloadfsf-binutils-gdb-52cf9762c53f5de7070a3951a3a6156082839d35.zip
fsf-binutils-gdb-52cf9762c53f5de7070a3951a3a6156082839d35.tar.gz
fsf-binutils-gdb-52cf9762c53f5de7070a3951a3a6156082839d35.tar.bz2
Sync top level files with gcc.
Import these patches from the GCC mainline: 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi> * configure.ac: Enable LTO for DJGPP * configure: Regenerate 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com> PR bootstrap/69329 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS. * Makefile.in: Regenerate. 2016-01-25 Aditya Kumar <aditya.k7@samsung.com> Sebastian Pop <s.pop@samsung.com> * Makefile.in: Regenerate. * Makefile.tpl: Export ISLVER. * configure: Regenerate. * config/isl.m4: Detect isl-0.15. 2016-01-29 Sebastian Pop <s.pop@samsung.com> * config/isl.m4: Add comments about isl-0.16. * configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb76695..6c663ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2016-02-10 Nick Clifton <nickc@redhat.com>
+
+ Import these patches from the GCC mainline:
+
+ 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
+
+ * configure.ac: Enable LTO for DJGPP
+ * configure: Regenerate
+
+ 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
+
+ PR bootstrap/69329
+ * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
+ * Makefile.in: Regenerate.
+
+ 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
+ Sebastian Pop <s.pop@samsung.com>
+
+ * Makefile.in: Regenerate.
+ * Makefile.tpl: Export ISLVER.
+ * configure: Regenerate.
+ * config/isl.m4: Detect isl-0.15.
+
+ 2016-01-29 Sebastian Pop <s.pop@samsung.com>
+
+ * config/isl.m4: Add comments about isl-0.16.
+ * configure: Regenerate.
+
2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
Sync with GCC