X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=ChangeLog;h=30d83bfe7084b5f9df86f02907928c926ce8b39c;hb=d06a01bf68804185394809bfc9754dfe9c522639;hp=bc2872b86976c2bac5b87c190a72b6af5ca36d59;hpb=a0b0a0c34d64496bcb65d0c83cebc6a348d39819;p=gcc.git diff --git a/ChangeLog b/ChangeLog index bc2872b8697..30d83bfe708 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,278 @@ +2012-12-11 H.J. Lu + + * Makefile.def (target_modules): Add bootstrap=true and + raw_cxx=true to libsanitizer. + * configure.ac (bootstrap_target_libs): Add libsanitizer. + * Makefile.in: Regenerated. + * configure: Likewise. + +2012-12-01 Richard Sandiford + + * MAINTAINERS: Remove self as RTL optimization maintainer. + +2012-11-30 Kyrylo Tkachov + + * MAINTAINERS (Write After Approval): Add myself. + +2012-11-28 H.J. Lu + + * Makefile.def (target_modules): Remove bootstrap=true and + raw_cxx=true from libsanitizer. + * configure.ac (bootstrap_target_libs): Remove libsanitizer. + * Makefile.in: Regenerated. + * configure: Likewise. + +2012-11-28 H.J. Lu + + * Makefile.def (target_modules): Add bootstrap=true and + raw_cxx=true to libsanitizer. + * configure.ac (bootstrap_target_libs): Add libsanitizer. + * Makefile.in: Regenerated. + * configure: Likewise. + +2012-11-28 Andrew Pinski + + PR bootstrap/54279 + * configure.ac (CXX_FOR_TARGET): Change over to use xg++. + * configure: Regenerate. + * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++. + * Makefile.in: Regenerate. + +2012-11-27 Siddhesh Poyarekar + + * configure.ac: Disable libsanitizer if we're not building C++. + * configure: Regenerate. + +2012-11-15 Roland McGrath + + * MAINTAINERS (Write After Approval): Add myself. + +2012-11-15 Dmitry Vyukov + + * MAINTAINERS: (libsanitizer, asan.c): Add myself, + Kostya Serebryany (kcc@google.com) and + Jakub Jelinek (jakub@redhat.com). + Rename area for Dodji Seketeli (dodji@redhat.com). + +2012-11-15 Dodji Seketeli + + * MAINTAINERS: (asan.c, related): Add myself. + +2012-11-14 Roland McGrath + + * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. + * configure: Regenerate. + +2012-11-13 Richard Henderson + + * configure.ac: Move libsanitizer logic to subdirectory. + * configure: Regenerate. + +2012-11-13 Dodji Seketeli + + * configure.ac: Enable libsanitizer just on x86 linux for now. + * configure: Re-generate. + +2012-11-13 David Edelsohn + + * configure.ac: Disable libsanitizer on AIX. Merge libquadmath + sections. + * configure: Regenerate. + +2012-11-13 Hans-Peter Nilsson + + * configure.ac: Add section for configdirs for libsanitizer. + Disable for cris-*-* and mmix-*-*. + * configure: Regenerate. + +2012-11-12 Wei Mi + + * configure.ac: Add libsanitizer to target_libraries. + * Makefile.def: Ditto. + * configure: Regenerate. + * Makefile.in: Regenerate. + * libsanitizer: New directory for asan runtime. Contains an empty + tsan directory. + +2012-11-03 Corinna Vinschen + + * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building + against Mingw64 w32api. + * configure: Regenerate. + +2012-11-03 H.J. Lu + + * configure: Regenerated. + +2012-11-03 Robert Mason + + * configure.ac: add --disable-libstdcxx configure option + and handle defaulted state only for VxWorks, ARM-wince-pe and AVR. + +2012-10-30 Ganesh Gopalasubramanian + + * MAINTAINERS (Write After Approval): Add myself. + +2012-10-26 James Greenhalgh + + * MAINTAINERS (Write After Approval): Add myself. + +2012-10-24 Sharad Singhai + + * MAINTAINERS (Write After Approval): Add myself. + +2012-10-24 Eric Christopher + + * MAINTAINERS: Update email address. + +2012-10-23 Eric Botcazou + + PR bootstrap/54820 + * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5. + * configure: Regenerate. + +2012-10-23 Richard Earnshaw + + * MAINTAINERS (aarch64): Add Marcus and myself. + +2012-10-22 Eric Botcazou + + PR bootstrap/54820 + * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable. + (all-[+prefix+][+module+]): Pass stage1_args to sub-makes. + (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. + (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. + (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS. + * Makefile.in: Regenerate. + * configure.ac (have_static_libs): New variable and associated check. + (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++ + -static-libgcc if stage1_libs is empty and have_static_libs is yes. + * configure: Regenerate. + +2012-10-10 Richard Biener + + * MAINTAINERS: Adjust for changed surname. + +2012-10-04 Lawrence Crowl + + * MAINTAINERS (Write After Approval): Add myself. + +2012-10-01 Cary Coutant + + * MAINTAINERS: Add myself as dwarf debugging code maintainer. + +2012-09-28 Ian Lance Taylor + + * Makefile.def: Make all-target-libgo depend on + all-target-libbacktrace. + * Makefile.in: Rebuild. + +2012-09-26 Ian Lance Taylor + + * Makefile.def: Make all-gcc depend on all-libbacktrace. + * Makefile.in: Rebuild. + +2012-09-20 Walter Lee + + * configure.ac: Add tilegx to list of targets that support gold. + * configure: Regenerate. + +2012-09-20 Marek Polacek + + * MAINTAINERS (Write After Approval): Add myself. + +2012-09-19 Steve Ellcey + + * configure.ac: Add mips*-mti-elf* target. + * configure: Regenerate. + +2012-09-17 Ian Lance Taylor + + * MAINTAINERS (Various Maintainers): Add libbacktrace. + * configure.ac (host_libs): Add libbacktrace. + (target_libraries): Add libbacktrace. + * Makefile.def (host_modules): Add libbacktrace. + (target_modules): Likewise. + * configure, Makefile.in: Rebuild. + +2012-09-14 David Edelsohn + + PR target/38607 + Merge upstream change. + * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX. + + * configure.ac: Add target-libquadmath to noconfigdirs for AIX. + Add libgomp*.o to compare_exclusions for AIX. + * configure: Regenerate. + +2012-09-06 Diego Novillo + + * configure.ac: Bump minimum GMP version to 4.2.3. + * configure: Re-generate. + +2012-09-05 Georg-Johann Lay + + PR target/54461 + * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib, + target-libgloss if not configured --with-avrlibc=no. + * configure: Regenerate. + +2012-09-04 Jason Merrill + + * configure.ac: Fix --enable-languages=all. + +2012-09-04 Christophe Lyon + + * MAINTAINERS (Write After Approval): Add myself. + +2012-09-03 Richard Guenther + + PR bootstrap/54138 + * configure.ac: Re-organize ISL / CLOOG checks to allow + disabling with either --without-isl or --without-cloog. + * configure: Regenerated. + +2012-09-03 Georg-Johann Lay + + * configure.ac (noconfigdirs,target=avr): Add target-libquadmath. + * configure: Regenerate. + +2012-08-27 Ulrich Drepper + + * MAINTAINERS: Fix my email address. + +2012-08-26 H.J. Lu + + PR binutils/4970 + * Makefile.def (host_modules): Rmove lib_path=.libs from bfd + and opcodes. + * Makefile.in: Regenerated. + +2012-08-26 Art Haas + + * configure: Regenerate. + +2012-08-25 Křištof Želechovski + + * INSTALL/README: Also refer to the online installation + instructions. + +2012-08-21 Hariharan Sandanagobalane + + * MAINTAINERS (Write After Approval): Add myself. + (Picochip port): Remove myself. + +2012-08-14 Diego Novillo + + Merge from cxx-conversion branch. + + * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove + POSTSTAGE1_CONFIGURE_FLAGS. + * Makefile.in: Regenerate. + * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users. + Force C++ when bootstrapping. + * configure: Regenerate. + 2012-07-24 Jan-Benedict Glaw * MAINTAINERS (Write After Approval): Add myself. @@ -72,19 +347,19 @@ Merge from graphite branch 2011-07-21 Tobias Grosser - + * configure: Regenerated. * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma, both cloog.org and legacy versions. The only supported version will be CLooG with the isl backend. 2011-07-21 Tobias Grosser - + * configure: Regenerated. * configure.ac: Require cloog isl 0.17.0 2011-07-21 Tobias Grosser - + * configure: Regenerated. * config/cloog.m4: Do not define CLOOG_ORG @@ -153,10 +428,6 @@ * configure.ac: Bump minimum MPFR version to 2.4.0. * configure: Regenerated. -2012-05-03 Olivier Hainque - - * config/mh-ppc-aix (LDFLAGS): Quote $(CC). - 2012-05-01 Richard Henderson * Makefile.def (libatomic): New target_module. @@ -306,7 +577,7 @@ 2011-11-21 Andreas Tobler - * libtool.m4: dditional FreeBSD 10 fixes. + * libtool.m4: Additional FreeBSD 10 fixes. 2011-11-21 Joern Rennecke @@ -1990,7 +2261,7 @@ 2009-10-07 Rafael Avila de Espindola * MAINTAINERS: Change my email address. Change plugi-in to plugin. - + 2009-10-07 Richard Guenther * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola, @@ -2242,7 +2513,7 @@ * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs. * configure: Regenerate. - + 2009-07-28 Rask Ingemann Lambertsen * MAINTAINERS (Write After Approval): Update my e-mail address. @@ -2534,7 +2805,7 @@ 2009-03-11 Nicola Pero * MAINTAINERS: Update e-mail address. - + 2009-03-11 Dorit Nuzman * MAINTAINERS: Remove myself as auto-vectorizer maintainer.