X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=ChangeLog;h=30d83bfe7084b5f9df86f02907928c926ce8b39c;hb=d06a01bf68804185394809bfc9754dfe9c522639;hp=4f0c76dc4185cb4350a03a6d228639841a6bc1d8;hpb=61e12affc2c03ab772e5364f942072a965655a11;p=gcc.git diff --git a/ChangeLog b/ChangeLog index 4f0c76dc418..30d83bfe708 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,182 @@ +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. @@ -2082,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, @@ -2334,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. @@ -2626,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.