aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2013-01-25* MAINTAINERS: Update my email.Maxim Kuvyrkov1-0/+4
From-SVN: r195459
2013-01-23isl.m4: don't echo $CFLAGS for ISL_CHECK_VERSION.Shenghou Ma1-0/+5
* config/isl.m4: don't echo $CFLAGS for ISL_CHECK_VERSION. * configure: Re-generate. From-SVN: r195414
2013-01-15re PR other/55973 (r195150 doesn't properly handle out of tree isl 0.11.1)Richard Biener1-0/+5
2013-01-15 Richard Biener <rguenther@suse.de> PR other/55973 * configure: Re-generate. config/ * isl.m4 (ISL_INIT_FLAGS): Warn about disabled version check for in-tree build. (ISL_CHECK_VERSION): Do not use AC_CACHE_CHECK. * cloog.m4 (CLOOG_INIT_FLAGS): Disable version check for in-tree build and warn about that. (CLOOG_CHECK_VERSION): Do not use AC_CACHE_CHECK. From-SVN: r195195
2013-01-14Makefile.def (install-target-libsanitizer): Depend on ↵Matthias Klose1-0/+6
install-target-libstdc++-v3. 2013-01-14 Matthias Klose <doko@ubuntu.com> * Makefile.def (install-target-libsanitizer): Depend on install-target-libstdc++-v3. * Makefile.in: Regenerate. From-SVN: r195152
2013-01-14configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.Richard Biener1-0/+5
2013-01-14 Richard Biener <rguenther@suse.de> * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0. * configure: Re-generate From-SVN: r195150
2013-01-11* ChangeLog: Fix "Dito" to "Ditto".Jan-Benedict Glaw1-2/+2
From-SVN: r195106
2013-01-11* config.sub: Update from config repo.Jan-Benedict Glaw1-0/+4
From-SVN: r195105
2013-01-11Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.Eric Botcazou1-0/+5
* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata. * Makefile.in: Regenerate. gcc/ * configure.ac (Tree checking): Set TREECHECKING to yes if enabled. Substitute TREECHECKING. * configure: Regenerate. * Makefile.in (TREECHECKING): New. gcc/ada/ * gcc-interface/Make-lang.in (COMMON_ADAFLAGS): Remove -gnata. (CHECKING_ADAFLAGS): New. (ALL_ADAFLAGS): Include CHECKING_ADAFLAGS. From-SVN: r195104
2013-01-10MAINTAINERS (arc): Add new port maintainership for myself.Joern Rennecke1-0/+4
2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com> * MAINTAINERS (arc): Add new port maintainership for myself. From-SVN: r195089
2013-01-10* .gitignore: Import from gdb repository.Jason Merrill1-0/+4
From-SVN: r195087
2013-01-09Build gmp before configuring gccH.J. Lu1-0/+6
* Makefile.def (configure-gcc): Depend on all-gmp. (all-gcc): Remove dependency on all-gmp. * Makefile.in: Regenerated. From-SVN: r195052
2013-01-08config.sub: Merge from config repo.Jan-Benedict Glaw1-0/+5
* config.sub: Merge from config repo. * config.guess: Dito. From-SVN: r195039
2013-01-08Makefile.def: Merge from binutils.Jan-Benedict Glaw1-0/+5
* Makefile.def: Merge from binutils. * Makefile.in: Dito. From-SVN: r195038
2013-01-02* MAINTAINERS: Update my email.Maxim Kuvyrkov1-0/+4
From-SVN: r194776
2012-12-29config.guess: Update to 2012-12-29 version.Ben Elliston1-0/+5
* config.guess: Update to 2012-12-29 version. * config.sub: Likewise. From-SVN: r194751
2012-12-20Makefile.def (install-target-libgfortran): Depend on ↵Matthias Klose1-0/+11
install-target-libquadmath, install-target-libgcc. 2012-12-20 Matthias Klose <doko@ubuntu.com> * Makefile.def (install-target-libgfortran): Depend on install-target-libquadmath, install-target-libgcc. (install-target-libsanitizer): Depend on install-target-libgcc. (install-target-libjava): Depend on install-target-libgcc. (install-target-libitm): Depend on install-target-libgcc. (install-target-libobjc): Depend on install-target-libgcc. (install-target-libstdc++-v3): Depend on install-target-libgcc. * Makefile.in: Regenerate. From-SVN: r194650
2012-12-19Makefile.def (install-target-libgo): Depend on install-target-libatomic.Matthias Klose1-0/+6
2012-12-19 Matthias Klose <doko@ubuntu.com> * Makefile.def (install-target-libgo): Depend on install-target-libatomic. * Makefile.in: Regenerate. From-SVN: r194616
2012-12-18libgo: Link against libatomic.Andreas Schwab1-0/+6
./: PR go/55201 * Makefile.def (all-target-libgo): Depend on all-target-libatomic. * Makefile.in: Regenerate. gcc/go: PR go/55201 * gospec.c (LIBATOMIC): Define. (LIBATOMIC_PROFILE): Define. (lang_specific_driver): Add LIBATOMIC[_PROFILE] option. gcc/testsuite: * lib/go.exp (go_link_flags): Add libatomic location to flags and ld_library_path. From-SVN: r194581
2012-12-16configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.Thomas Schwinge1-0/+5
* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF. * configure: Regenerate. From-SVN: r194529
2012-12-12Sync config.sub with srcJan-Benedict Glaw1-0/+4
2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de> * config.sub: Merge from config repo. From-SVN: r194449
2012-12-11Add --with-build-config=bootstrap-asan supportH.J. Lu1-0/+8
* 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. From-SVN: r194425
2012-12-10Fix ChangeLog entry, move entry from toplevel ChangeLog to gcc/ChangeLog.Sriraman Tallam1-5/+0
From-SVN: r194364
2012-12-07toplev.c (process_options): Do not warn when -ffunction-sections and ↵Sriraman Tallam1-0/+5
-fprofile are used together. 2012-12-07 Sriraman Tallan <tmsriram@google.com> * toplev.c (process_options): Do not warn when -ffunction-sections and -fprofile are used together. From-SVN: r194311
2012-12-01* MAINTAINERS: Remove self as RTL optimization maintainer.Richard Sandiford1-0/+4
From-SVN: r194017
2012-11-30MAINTAINERS (Write After Approval): Add myself.Kyrylo Tkachov1-0/+4
2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r193997
2012-11-29Remove bootstrap=true from libsanitizerH.J. Lu1-0/+8
* 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. From-SVN: r193950
2012-11-29Add --with-build-config=bootstrap-asan supportH.J. Lu1-0/+8
* 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. config/ * bootstrap-asan.mk: New file. From-SVN: r193940
2012-11-28re PR other/54279 (first stage build with g++ fails with "." as the first ↵Andrew Pinski1-0/+8
component of $PATH) 2012-11-28 Andrew Pinski <apinski@cavium.com> 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-28 Andrew Pinski <apinski@cavium.com> PR bootstrap/54279 * Makefile.in (${QMTEST_DIR}/context): Use xg++ instead of g++. 2012-11-28 Andrew Pinski <apinski@cavium.com> PR bootstrap/54279 * Make-lang.in (g++$(exeext)): Rename to (xg++$(exeext)): This. (g++-cross$(exeext)): Use xg++$(exeext) instead of g++$(exeext). (c++.start.encap): Likewise. (c++.install-common): Likewise. 2012-11-28 Andrew Pinski <apinski@cavium.com> PR bootstrap/54279 * lib/g++.exp (g++_init): Search for xg++ instead of g++ in the build directories. * lib/obj-c++.exp (obj-c++_init): Likewise. 2012-11-28 Andrew Pinski <apinski@cavium.com> PR bootstrap/54279 * scripts/testsuite_flags.in (--build-cxx): Use xg++ instead of g++. * testsuite/lib/libstdc++.exp (libstdc++_init): Likewise. From-SVN: r193910
2012-11-27configure.ac: Disable libsanitizer if we're not building C++.Siddhesh Poyarekar1-0/+5
* configure.ac: Disable libsanitizer if we're not building C++. * configure: Regenerate. From-SVN: r193842
2012-11-15* MAINTAINERS (Write After Approval): Add myself.Roland McGrath1-3/+7
From-SVN: r193542
2012-11-15MAINTAINERS: (libsanitizer...Dmitry Vyukov1-0/+7
* 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). From-SVN: r193536
2012-11-15Add myself as asan co-reviewerDodji Seketeli1-0/+4
ChangeLog: * MAINTAINERS: (asan.c, related): Add myself. From-SVN: r193530
2012-11-14Consider *-*-nacl* targets ELFRoland McGrath1-0/+5
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. From-SVN: r193521
2012-11-13Move libsanitizer configure logic to subdirectoryRichard Henderson1-0/+5
From-SVN: r193487
2012-11-13Enable libsanitizer just on x86 linux for nowDodji Seketeli1-0/+5
This patch builds libsanitizer only on x86_64 and i?86 linux targets for now. I guess The build can be enabled on other targets when they are ready. ChangeLog: * configure.ac: Enable libsanitizer just on x86 linux for now. * configure: Re-generate. From-SVN: r193478
2012-11-13configure.ac: Disable libsanitizer on AIX.David Edelsohn1-0/+6
* configure.ac: Disable libsanitizer on AIX. Merge libquadmath sections. * configure: Regenerate. From-SVN: r193477
2012-11-13configure.ac: Add section for configdirs for libsanitizer.Hans-Peter Nilsson1-0/+6
* configure.ac: Add section for configdirs for libsanitizer. Disable for cris-*-* and mmix-*-*. * configure: Regenerate. From-SVN: r193465
2012-11-12Import the asan runtime library into GCC treeWei Mi1-0/+9
This patch imports the runtime library in the GCC tree, ensures that -lasan is passed to the linker when -faddress-sanitizer is used and sets up the build system accordingly. ChangeLog: * 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. gcc/ChangeLog: * gcc.c (LINK_COMMAND_SPEC): Add -laddress-sanitizer to link command if -faddress-sanitizer is on. libsanitizer: Initial checkin: migrate asan runtime from llvm. From-SVN: r193441
2012-11-03Fix for building against Mingw64 w32apiCorinna Vinschen1-0/+6
* configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building against Mingw64 w32api. * configure: Regenerate. From-SVN: r193129
2012-11-03Regenerate top-level configureH.J. Lu1-0/+4
* configure: Regenerated. From-SVN: r193128
2012-11-03final patch for enabling VxWorksRobert Mason1-0/+5
From-SVN: r193124
2012-10-30Add myself to MAINTAINERSGanesh Gopalasubramanian1-0/+4
From-SVN: r192980
2012-10-29MAINTAINERS (Write After Approval): Add myself.James Greenhalgh1-0/+4
2012-10-26 James Greenhalgh <james.greenhalgh@arm.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r192941
2012-10-24MAINTAINERS (Write After Approval): Add myself.Sharad Singhai1-0/+4
2012-10-24 Sharad Singhai <singhai@google.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r192781
2012-10-24MAINTAINERS: Update email address.Eric Christopher1-0/+4
2012-10-24 Eric Christopher <echristo@gmail.com> * MAINTAINERS: Update email address. From-SVN: r192774
2012-10-23re PR bootstrap/54820 (ada: cannot find -lstdc++ since 4.8.0 20121002)Eric Botcazou1-0/+6
PR bootstrap/54820 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5. * configure: Regenerate. From-SVN: r192748
2012-10-23* MAINTAINERS (aarch64): Add Marcus and myself.Richard Earnshaw1-0/+4
From-SVN: r192747
2012-10-22re PR bootstrap/54820 (ada: cannot find -lstdc++ since 4.8.0 20121002)Eric Botcazou1-1/+15
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. ada/ * gcc-interface/Make-lang.in (GCC_LINK): Remove hardcoded options. From-SVN: r192666
2012-10-12Revert r192297.Kirill Yukhin1-17/+0
From-SVN: r192394
2012-10-10Fix missing gthr-default.h issue on separate libstdc++ configurePavel Chupin1-0/+17
Fix missing gthr-default.h issue on separate libstdc++ configure * libstdc++-v3/acinclude.m4: Define glibcxx_thread_h. * libstdc++-v3/include/Makefile.am: Use glibcxx_thread_h. * libstdc++-v3/Makefile.in: Regenerate. * libstdc++-v3/configure: Regenerate. * libstdc++-v3/doc/Makefile.in: Regenerate. * libstdc++-v3/include/Makefile.in: Regenerate. * libstdc++-v3/libsupc++/Makefile.in: Regenerate. * libstdc++-v3/po/Makefile.in: Regenerate. * libstdc++-v3/python/Makefile.in: Regenerate. * libstdc++-v3/src/Makefile.in: Regenerate. * libstdc++-v3/src/c++11/Makefile.in: Regenerate. * libstdc++-v3/src/c++98/Makefile.in: Regenerate. * libstdc++-v3/testsuite/Makefile.in: Regenerate. From-SVN: r192297