]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - ChangeLog
PR jit/64780: configure: --enable-host-shared and the jit
[thirdparty/gcc.git] / ChangeLog
index 2da6790a93e411fa4bfeabf1fb9677963c56908d..ae98e615d55bf94177518b3a93cbcfc6566bc864 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,333 @@
+2015-01-29  David Malcolm  <dmalcolm@redhat.com>
+
+       PR jit/64780
+       * configure.ac: Require the user to explicitly specify
+       --enable-host-shared if the jit is enabled.
+       * configure: Regenerate.
+
+2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2015-01-25  Tom de Vries  <tom@codesourcery.com>
+
+       * MAINTAINERS: Make whitespace consistent.
+
+2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2015-01-20  Andre Vehreschild  <vehre@gmx.de>
+
+       * MAINTAINERS: (Write After Approval): Add myself.
+
+2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
+
+       * MAINTAINERS: (Write After Approval): Add myself.
+
+2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
+
+       * MAINTAINERS: (Write After Approval): Add myself.
+
+2015-01-13  Iain Sandoe  <iain@codesourcery.com>
+
+       * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
+       objective-c/c++ front end maintainer.
+
+2015-01-13  Marek Polacek  <polacek@redhat.com>
+
+       * MAINTAINERS (Reviewers): Add self as C front end reviewer.
+
+2015-01-12  Jeff Law  <law@redhat.com>
+
+       * MAINTAINERS: Remove Stan Shebs as he has been inactive for
+       a very long time.
+
+2015-01-09  Ian Lance Taylor  <iant@google.com>
+
+       * configure.ac (host_tools): Add gotools.
+       * Makefile.def (host_modules): Add gotools.
+       (dependencies): Add dependency of all-gotools on all-target-libgo.
+
+2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
+       * configure: Regenerate.
+
+2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
+       all-target-libgomp.
+       * Makefile.in: Regenerate.
+
+2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
+
+2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * configure.ac: Add Visium support.
+       * configure: Regenerate.
+
+2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
+       * configure: Regenerate.
+
+2015-01-03  Andrew Pinski  <apinski@cavium.com>
+
+       * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
+       * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
+       (BASE_TARGET_EXPORTS): Add OBJCOPY.
+       (OBJCOPY_FOR_TARGET): New variable.
+       (EXTRA_TARGET_FLAGS): Add OBJCOPY.
+       * Makefile.in: Regenerate.
+       * configure.ac: Check for already installed target objcopy.
+       Also GCC_TARGET_TOOL on objcopy.
+       * configure: Regenerate.
+
+2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config.sub: Update from upstream, to 2015-01-01 version.
+       * config.guess: Ditto.
+
+2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * MAINTAINERS (RTEMS Ports): Add myself.
+
+2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * configure.ac (--enable-as-accelerator-for): Don't set
+       ENABLE_AS_ACCELERATOR_FOR.  Update all users.
+       * configure: Regenerate.
+
+2014-12-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/64023
+       * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
+       to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
+       Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
+       to CXX.
+       * Makefile.in: Regenerated.
+
+2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
+           Yury Gribov  <y.gribov@samsung.com>
+
+       * .gitignore: Added .local.vimrc and .lvimrc.
+       * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
+       * Makefile.in: Regenerate.
+
+2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
+       * configure: Regenerated.
+
+2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * MAINTAINERS (nvptx port): New entry.
+
+2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
+
+       * configure: Regenerate.
+
+2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * configure.ac: Merge with Binutils.
+
+2014-11-26  Tobias Burnus  <burnus@net-b.de>
+
+       * Makefile.def: Make more dependent on mpfr, mpc and isl.
+       * Makefile.in: Regenerate.
+
+2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
+       missing flex.
+       * Makefile.in: Regenerated.
+
+2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
+
+       * Makefile.in: Regenerate.
+
+2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
+
+       PR bootstrap/63784
+       * libtool.m4: Add $pic_flag with -shared.
+
+2014-11-21  Renlin Li  <Renlin.Li@arm.com>
+
+       * MAINTAINERS (Write After Approval): Added myself.
+
+2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
+
+       * MAINTAINERS (write-after-approval): Add myself.
+
+2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
+       from 2 years ago.
+
+2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
+
+       Revert:
+       2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
+
+       * MAINTAINERS (Write After Approval): Added myself as line map
+       maintainer.
+
+2014-11-19  Renlin Li  <Renlin.Li@arm.com>
+
+       Revert:
+       2014-11-19  Renlin Li  <Renlin.Li@arm.com>
+
+       * MAINTAINERS (Write After Approval): Added myself.
+
+2014-11-19  Renlin Li  <Renlin.Li@arm.com>
+
+       * MAINTAINERS (Write After Approval): Added myself.
+
+2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
+
+       * MAINTAINERS (Write After Approval): Added myself as line map
+       maintainer.
+
+2014-11-17  Dodji Seketeli  <dodji@redhat.com>
+
+       * MAINTAINERS (Various Maintainers): Added myself as line map
+       maintainer.
+
+2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * move-if-change: Sync from upstream gnulib.
+
+2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * compile: Sync with upstream Automake.
+       * depcomp: Ditto.
+       * install-sh: Ditto.
+       * missing: Ditto.
+       * mkinstalldirs: Ditto.
+       * ylwrap: Ditto.
+
+2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * config.sub: Update from upstream config repo.
+       * config.guess: Ditto.
+
+2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
+
+       * Makefile.def: Add liboffloadmic to target_modules.  Make
+       liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Add liboffloadmic to target binaries.
+       Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
+       Add liboffloadmic to noconfig list when C++ is not supported.
+
+2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
+           Thomas Schwinge  <thomas@codesourcery.com>
+           Ilya Verbin  <ilya.verbin@intel.com>
+           Andrey Turetskiy  <andrey.turetskiy@intel.com>
+
+       * configure: Regenerate.
+       * configure.ac (--enable-as-accelerator-for)
+       (--enable-offload-targets): New configure options.
+
+2014-11-11  Tobias Burnus  <burnus@net-b.de>
+
+       * Makefile.def: Make all-gcc depend on all-isl.
+       * Makefile.in: Regenerate.
+
+2014-11-11  David Malcolm  <dmalcolm@redhat.com>
+
+       * ChangeLog.jit: New.
+       * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
+
+2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR target/63610
+       * libtool.m4: Fix globbing of darwin versions.
+       * configure: Regenerate.
+
+2014-11-11  Tobias Burnus  <burnus@net-b.de>
+
+       * config/cloog.m4: Remove.
+       * Makefile.def: Remove CLooG.
+       * Makefile.tpl: Ditto.
+       * configure.ac: Ditto.
+       * configure: Regenerate.
+       * Makefile.in: Ditto.
+
+2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * configure.ac: Handle nvptx-*-*.
+       * configure: Regenerate.
+
+2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-10-31  Jakub Jelinek  <jakub@redhat.com>
+
+       * Makefile.def (libcc1): Remove bootstrap=true;.
+       * Makefile.in: Regenerated.
+
+2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * configure.ac: Update comment.
+       * configure: Regenerate.
+
+2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * configure.ac (extra_host_libiberty_configure_flags): Add
+       --enable-shared also for libcc1's benefit.
+       * configure: Regenerate.
+
+2014-10-29  Tristan Gingold  <gingold@adacore.com>
+
+       * MAINTAINERS: Change my email address.
+
+2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.def: Add libcc1 to host_modules.
+       * configure.ac (host_tools): Add libcc1.
+       * Makefile.in, configure: Rebuild.
+
+2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure.ac (build_configargs): Don't share config.cache between
+       build subdirs.
+       * configure: Regenerate.
+
+2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
+
+       * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
+       * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
+       * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
+       leon3v7 as leon3.
+       * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
+       * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
+       * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
+       * config/sparc/sparc.md (cpu): Add leon3v7.
+       * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
+
+2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
+
+       * MAINTAINERS (write-after-approval): Add myself.
+
 2014-10-23  Ian Lance Taylor  <iant@google.com>
 
        * configure.ac: Disable the Go frontend on systems where it is known