X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=ChangeLog;h=1a06c97419d889c1b468bf5a383988a21432767a;hb=ea023bcfd8a6549df22232792038310fd4f2f967;hp=85b379cb79d31ba613b880bacba0e1001c2dddc6;hpb=b16cc4f20cb5dcd2925291aa0457f1913e2d197c;p=gcc.git diff --git a/ChangeLog b/ChangeLog index 85b379cb79d..1a06c97419d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2015-05-26 Jason Merrill + + * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX. + * configure: Regenerate. + +2015-05-16 James Bowman + + * 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 + + * MAINTAINERS (Write After Approval): Add myself. + +2015-05-11 Paulo Matos + + * MAINTAINERS (Write After Approval): Add myself. + +2015-05-11 Paulo Matos + + * configure.ac: Fix typo. + * configure: Regenerate. + +2015-05-10 Mikhail Maltsev + + * MAINTAINERS (Write After Approval): Add myself. + +2015-05-03 Matthias Klose + + * configure.ac: Match $host configured with triplets. + * configure: Regenerate. + +2015-04-22 Bernhard Reutner-Fischer + + * Makefile.tpl: Remove surplus whitespace throughout. + * Makefile.in: Regenerate. + +2015-04-20 Segher Boessenkool + + * MAINTAINERS (Various Maintainers): Add myself as instruction + combiner maintainer. + +2015-04-17 Jakub Jelinek + + 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 + + * 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 + + * MAINTAINERS: Update my email address. + +2015-04-02 James Greenhalgh + + * MAINTAINERS: Add myself as a reviewer for the AArch64 port. + 2015-04-02 Kyrylo Tkachov * MAINTAINERS: Add myself as an arm port reviewer.