futex.h (sys_futex0): Change operand "op" to long.
[gcc.git] / ChangeLog
index c198ddd45a755ae36ead0bcfb1fa7a6967b6f5d1..1a06c97419d889c1b468bf5a383988a21432767a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,199 @@
+2015-05-26  Jason Merrill  <jason@redhat.com>
+
+       * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
+       * configure: Regenerate.
+
+2015-05-16  James Bowman  <james.bowman@ftdichip.com>
+
+       * configure.ac: FT32 target added.
+       * libgcc/config.host: FT32 target added.
+       * gcc/config/ft32/: FT32 target added.
+       * libgcc/config/ft32/: FT32 target added.
+       * gcc/doc/install.texi, invoke.texi, md.texi: FT32 details added.
+       * gcc/doc/contrib.texi: self added.
+       * contrib/config-list.mk: FT32 target added.
+       * configure: Regenerated.
+
+2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
+
+       * configure.ac: Fix typo.
+       * configure: Regenerate.
+
+2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2015-05-03  Matthias Klose  <doko@ubuntu.com>
+
+       * configure.ac: Match $host configured with triplets.
+       * configure: Regenerate.
+
+2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * Makefile.tpl: Remove surplus whitespace throughout.
+       * Makefile.in: Regenerate.
+
+2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * MAINTAINERS (Various Maintainers): Add myself as instruction
+       combiner maintainer.
+
+2015-04-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/62077
+       * configure.ac (--enable-stage1-checking): Default to
+       release,misc,gimple,rtlflag,tree,types if --disable-checking
+       or --enable-checking is not specified and DEV-PHASE is not
+       experimental.
+       * configure: Regenerated.
+
+2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
+
+       * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
+       (EXTRA_BOOTSTRAP_FLAGS): Likewise.
+       (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
+       * Makefile.in: Regenerate.
+
+2015-04-08  Cary Coutant  <ccoutant@gmail.com>
+
+       * MAINTAINERS: Update my email address.
+
+2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
+
+2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * MAINTAINERS: Add myself as an arm port reviewer.
+
+2015-03-25  Martin Liska  <mliska@suse.cz>
+           Yury Gribov  <y.gribov@samsung.com>
+
+       * Makefile.in: Fix ln source location for vimrc file.
+       * Makefile.tpl: Likewise.
+
+2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
+
+       PR bootstrap/25672
+       * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
+       cross-compiling.  Similarly for CXX_FOR_TARGET.
+       * configure: Regenerate.
+
+2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
+
+       * Makefile.def: Add libmpx.
+       * configure.ac: Add libmpx.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+
+2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
+
+       * MAINTAINERS (CPU Port Maintainers): Add myself
+       i386 vector ISA extns mantainer.
+
+2015-03-13  Jeff Law  <law@redhat.com>
+
+       * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
+       maintainer.
+       Remove Richard Henderson as a maintainer for the x86 port.
+
+2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
+
+       * MAINTAINERS (CPU Port Maintainers): Update my email address.
+
+2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
+
+       * MAINTAINERS (Various Maintainers): Add myself as libmpx,
+       pointer bounds checker and i386 MPX maintainer.
+
+2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
+
+2015-02-26  Martin Sebor  <msebor@redhat.com>
+
+       * MAINTAINERS (Various Maintainers): Add self.
+
+2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * configure.ac [--enable-as-accelerator-for] (enable_languages):
+       Make sure it contains lto.
+       * configure: Regenerate.
+
+2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * configure: Regenerate.
+
+2015-02-06  Diego Novillo  <dnovillo@google.com>
+
+       * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
+       middle-end, docstring): Remove myself.
+       (Write After Approval): Add myself.
+
+2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
+
+       * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
+       (Write After Approval): Update address.
+
+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*.
 
 2014-11-11  Tobias Burnus  <burnus@net-b.de>
 
-       * config/cloog.m4: Remove.
        * Makefile.def: Remove CLooG.
        * Makefile.tpl: Ditto.
        * configure.ac: Ditto.