[ARC] Fix ld testsuite failures.
[deliverable/binutils-gdb.git] / ChangeLog
index 6ba26753d155f4896fb19b03861def1e357e66a7..3904dc134d82b4c1afde5a3ca1aa1fedef83767a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,169 @@
+2016-03-17  Cary Coutant  <ccoutant@gmail.com>
+
+       * configure.ac: Add mips and s390 to the gold target check.
+       * configure: Regenerate.
+
+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
+       2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
+
+       * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
+       symbols.
+
+       2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       PR bootstrap/69134
+       * Makefile.def (mpfr): Disable assembler.
+       * Makefile.in: Regenerate.
+
+2016-01-11  Nick Clifton  <nickc@redhat.com>
+
+       Import the following changes from the GCC mainline:
+
+       2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
+
+       * configure.ac: Enable libmpx by default.
+       * configure: Regenerated.
+
+       2015-11-19  Martin Liska  <mliska@suse.cz>
+
+       * .gitignore: Add .clang-format to ignored files.
+       * Makefile.tpl: Add clang-format.
+       * Makefile.in: Regenerate.
+
+       2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       PR libffi/65726
+       * Makefile.def (lang_env_dependencies): Make libffi depend
+       on cxx.
+       * Makefile.in: Regenerate.
+
+       2015-12-02  Ian Lance Taylor  <iant@google.com>
+
+       PR go/66147
+       * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
+       * Makefile.in: Regenerate.
+
+       2015-12-17  Nathan Sidwell  <nathan@acm.org>
+
+       * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
+       * configure: Regenerate.
+
+       2015-12-17  Sebastian Pop  <s.pop@samsung.com>
+
+       * Makefile.in: Replace ISL with isl.
+       * Makefile.tpl: Same.
+       * config/isl.m4: Same.
+       * configure.ac: Same.
+       * contrib/download_prerequisites: Same.
+       * configure: Regenerate.
+
+       2016-01-01  Ben Elliston  <bje@gnu.org>
+
+       * config.guess: Import version 2016-01-01.
+       * config.sub: Likewise.
+
+2015-11-20  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
+       * configure: Regenerate.
+
+2015-10-21  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/19109
+       * configure.ac: Note the 'none' is an acceptable argument to
+       --enable-compressed-debug-sections.
+       * configure: Regenerate.
+
+2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/19109
+       * configure.ac: Add
+       --enable-compressed-debug-sections={all,gas,gold,ld}.
+       * configure: Regenerated.
+
+2015-09-30  Nick Clifton  <nickc@redhat.com>
+
+       Import the following patches from the GCC mainline:
+
+       2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR libfortran/54572
+       * Makefile.def: Make libgfortran depend on libbacktrace.
+       * Makefile.in: Regenerate.
+
+       2015-08-12  Tom de Vries  <tom@codesourcery.com>
+
+       PR other/67092
+       PR other/67098
+       * configure.ac: Remove --with_host_libstdcxx support.
+       * configure: Regenerate.
+
+       2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
+       nvptx*-*-*.
+       * configure: Regenerate.
+
+2015-08-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       Sync with GCC
+       2015-07-28  Ben Elliston  <bje@gnu.org>
+
+       * config.sub, config.guess: Import from upstream.
+
+2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
+
+       * Makefile.def (libiconv): Define bootstrap=true.
+       Mark pdf/html/info as missing.
+       (configure-gcc): Depend on all-libiconv.
+       (all-gcc): Ditto.
+       (configure-libcpp): Ditto.
+       (all-libcpp): Ditto.
+       (configure-intl): Ditto.
+       (all-intl): Ditto.
+       * Makefile.in: Regenerate.
+
+2015-07-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       Sync with GCC
+       2015-07-24  Michael Darling  <darlingm@gmail.com>
+
+       PR other/66259
+       * config-ml.in: Reflects renaming of configure.in to configure.ac
+       * configure: Likewise
+       * configure.ac: Likewise
+
 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        * Makefile.in: Regenerated.
 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR bootstrap/60620
-       * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. 
+       * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
        * Makefile.in: Regenerate.
 
 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
This page took 0.043537 seconds and 4 git commands to generate.