aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2009-12-28MAINTAINERS: Change my email address.Christopher Faylor1-0/+4
* MAINTAINERS: Change my email address. From-SVN: r155486
2009-12-18* config.sub, config.guess: Update from upstream sources.Ben Elliston1-0/+4
From-SVN: r155332
2009-12-08MAINTAINERS (Write After Approval): Add myself.Shujing Zhao1-0/+4
2009-12-07 Shujing Zhao <pearly.zhao@oracle.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r155073
2009-12-06re PR middle-end/30447 (Evaluate complex math functions at compile-time)Kaveh R. Ghazi1-0/+9
PR middle-end/30447 PR middle-end/30789 PR other/40302 * configure.ac: Require MPC. * configure: Regenerate. gcc: * doc/install.texi: Document MPC is required. From-SVN: r155023
2009-12-05Sync from git Libtool and regenerate.Ralf Wildenhues1-0/+10
/: PR target/38384 PR bootstrap/40972 * libtool.m4: Sync from git Libtool. * ltoptions.m4: Likewise. * ltversion.m4: Likewise. * lt~obsolete.m4: Likewise. * ltmain.sh: Likewise. boehm-gc/: * Makefile.in: Regenerate. * configure: Regenerate. * include/Makefile.in: Regenerate. fixincludes/: * configure: Regenerate. gcc/: * configure: Regenerate. libffi/: * Makefile.in: Regenerate. * configure: Regenerate. * include/Makefile.in: Regenerate. * man/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. libgfortran/: * Makefile.in: Regenerate. * configure: Regenerate. libgomp/: * Makefile.in: Regenerate. * configure: Regenerate. * testsuite/Makefile.in: Regenerate. libjava/classpath/: * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. * doc/api/Makefile.in: Regenerate. * examples/Makefile.in: Regenerate. * external/Makefile.in: Regenerate. * external/jsr166/Makefile.in: Regenerate. * external/relaxngDatatype/Makefile.in: Regenerate. * external/sax/Makefile.in: Regenerate. * external/w3c_dom/Makefile.in: Regenerate. * include/Makefile.in: Regenerate. * lib/Makefile.in: Regenerate. * native/Makefile.in: Regenerate. * native/fdlibm/Makefile.in: Regenerate. * native/jawt/Makefile.in: Regenerate. * native/jni/Makefile.in: Regenerate. * native/jni/classpath/Makefile.in: Regenerate. * native/jni/gconf-peer/Makefile.in: Regenerate. * native/jni/gstreamer-peer/Makefile.in: Regenerate. * native/jni/gtk-peer/Makefile.in: Regenerate. * native/jni/java-io/Makefile.in: Regenerate. * native/jni/java-lang/Makefile.in: Regenerate. * native/jni/java-math/Makefile.in: Regenerate. * native/jni/java-net/Makefile.in: Regenerate. * native/jni/java-nio/Makefile.in: Regenerate. * native/jni/java-util/Makefile.in: Regenerate. * native/jni/midi-alsa/Makefile.in: Regenerate. * native/jni/midi-dssi/Makefile.in: Regenerate. * native/jni/native-lib/Makefile.in: Regenerate. * native/jni/qt-peer/Makefile.in: Regenerate. * native/jni/xmlj/Makefile.in: Regenerate. * native/plugin/Makefile.in: Regenerate. * resource/Makefile.in: Regenerate. * scripts/Makefile.in: Regenerate. * tools/Makefile.in: Regenerate. libjava/: * Makefile.in: Regenerate. * configure: Regenerate. * gcj/Makefile.in: Regenerate. * include/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. libmudflap/: * Makefile.in: Regenerate. * configure: Regenerate. * testsuite/Makefile.in: Regenerate. libobjc/: * configure: Regenerate. libssp/: * Makefile.in: Regenerate. * configure: Regenerate. libstdc++-v3/: * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. * include/Makefile.in: Regenerate. * libsupc++/Makefile.in: Regenerate. * po/Makefile.in: Regenerate. * python/Makefile.in: Regenerate. * src/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. lto-plugin/: * configure: Regenerate. * Makefile.in: Regenerate. zlib/: * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r155012
2009-11-30configure.ac: Update minimum MPC version to 0.8.Kaveh R. Ghazi1-0/+5
* configure.ac: Update minimum MPC version to 0.8. * configure: Regenerate. gcc: * doc/install.texi: Update minimum MPC version to 0.8. From-SVN: r154750
2009-11-25configure.ac: Check for version 0.15.5 or later revision of CLooG.Sebastian Pop1-0/+5
2009-11-21 Sebastian Pop <sebpop@gmail.com> * configure.ac: Check for version 0.15.5 or later revision of CLooG. * configure: Regenerated. From-SVN: r154635
2009-11-22configure.ac: Change default of poststage1_ldflags to be empty if ↵Ian Lance Taylor1-0/+7
poststage1_libs is set. ./: * configure.ac: Change default of poststage1_ldflags to be empty if poststage1_libs is set. When poststage1_libs is empty, and ENABLE_BUILD_WITH_CXX is set, add -static-libgcc. * configure: Rebuild. gcc/: * Makefile.in (HOST_LIBS): Move higher in file. (LINKER, LINKER_FLAGS): If ENABLE_BUILD_WITH_CXX, but $(HOST_LIBS) is not empty, set to $(CC) and $(CFLAGS). From-SVN: r154422
2009-11-21* MAINTAINERS (Write After Approval): Update my email address.Adam Nemet1-0/+4
From-SVN: r154411
2009-11-20* config.guess: Update from upstream sources.Ben Elliston1-0/+4
From-SVN: r154349
2009-11-16Makefile.def: Restore host and target settings for gmp.Alexandre Oliva1-0/+5
* Makefile.def: Restore host and target settings for gmp. * Makefile.in: Rebuild. From-SVN: r154217
2009-11-16configure.ac: Add libelf to host_libs.Alexandre Oliva1-0/+21
* configure.ac: Add libelf to host_libs. Enable in-tree configury of ppl and cloog. Fix in-tree configury of libelf, skip tests. Fix portability of test of C++ as bootstrap language. Add ppl/src/ppl-config.o to the bootstrap compare exclusion list. * configure: Rebuild. * Makefile.def: Drop host and target settings from gmp, mpfr, ppl, and cloog. Fix in-tree ppl configuration. Introduce libelf in-tree building. * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New. (POSTSTAGE1_HOST_EXPORTS): Use it. (STAGE[+id+]_CXXFLAGS): New. (BASE_FLAGS_TO_PASS): Pass it down. (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add extra_exports. (all-stage[+id+]-[+prefix+][+module+]): Likewise. (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add extra_exports. * Makefile.in: Rebuild. From-SVN: r154211
2009-11-17* config.sub, config.guess: Update from upstream sources.Ben Elliston1-0/+4
From-SVN: r154210
2009-11-12* MAINTAINERS (Write After Approval): Add myself.Jan Kratochvil1-0/+4
From-SVN: r154127
2009-11-09MAINTAINERS (Write After Approval): Add myself.Jon Beniston1-0/+4
2009-11-09 Jon Beniston <jon@beniston.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r154051
2009-11-06configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem paths for *-w64-mingw* ↵Ozkan Sezer1-0/+6
and x86_64-*mingw*. 2009-11-06 Ozkan Sezer <sezeroz@gmail.com> * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem paths for *-w64-mingw* and x86_64-*mingw*. * configure: Regenerated. From-SVN: r153964
2009-11-05* MAINTAINERS (Write After Approval): Add entry for my INRIA work.Joern Rennecke1-0/+4
From-SVN: r153937
2009-11-03MAINTAINERS: Add Jonathan Wakely under Various Maintainers...Benjamin Kosnik1-0/+5
2009-11-02 Benjamin Kosnik <bkoz@redhat.com> * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move Phil Edwards to Write-After Approval. From-SVN: r153833
2009-10-30configure.ac: Disable target-winsup & co for x86_64-*-mingw* and ↵Kai Tietz1-0/+6
*-w64-mingw* targets. 2009-10-30 Kai Tietz <kai.tietz@onevision.com> * configure.ac: Disable target-winsup & co for x86_64-*-mingw* and *-w64-mingw* targets. * configure: Regenerated. From-SVN: r153761
2009-10-26MAINTAINERS: Add myself as a maintainer for the RX port.Nick Clifton1-0/+4
* MAINTAINERS: Add myself as a maintainer for the RX port. gcc * config.gcc: Add support for RX target. * config/rx: New directory. * config/rx/constraints.md: New file. * config/rx/predicates.md: New file. * config/rx/rx.c: New file. * config/rx/rx.h: New file. * config/rx/rx.md: New file. * config/rx/rx.opt: New file. * config/rx/rx-protos.h: New file. * config/rx/t-rx: New file. * doc/extend.texi: Document RX function attributes. * doc/invoke.texi: Document RX specific command line options. * doc/contrib.texi: Document RX contribution. * doc/md.texi: Document RX constraints. * doc/install.texi: Document RX support. libgcc * config.host: Add support for RX target. * config/rx: New directory. * config/rx/rx-abi-functions.c: New file. Supplementary functions for libgcc to support the RX ABI. * config/rx/rx-abi.h: New file. Supplementary header file for libgcc RX ABI functions. * config/rx/t-rx: New file: Makefile fragment for building libgcc for the RX. gcc/testsuite * lib/target-supports.exp (check_profiling_available): Profiling is not, currently, available for the RX port. (check_effective_target_hard_float): Add support for RX target. * gcc.target/rx: New directory. * gcc.target/rx/builtins.c: New test file. * gcc.target/rx/interrupts.c: New test file. * gcc.target/rx/rx-abi-function-tests.c: New test file. * gcc.target/rx/zero-width-bitfield.c: New test file. * gcc.target/rx/i272091.c: New test file. * gcc.target/rx/packed-struct.c: New test file. * gcc.target/rx/rx.exp: New file: Drives RX tests. From-SVN: r153557
2009-10-26MAINTAINERS (Write After Approval): Update my e-mail address.Johannes Singler1-0/+4
2009-10-26 Johannes Singler <singler@kit.edu> * MAINTAINERS (Write After Approval): Update my e-mail address. From-SVN: r153548
2009-10-23configure.ac (CLooG test): Use = with test.Rainer Orth1-0/+5
* configure.ac (CLooG test): Use = with test. * configure: Regenerate. From-SVN: r153490
2009-10-22configure.ac: Do not set LIBS for ppl/cloog checks.Richard Guenther1-0/+7
2009-10-22 Richard Guenther <rguenther@suse.de> * configure.ac: Do not set LIBS for ppl/cloog checks. Disable cloog if the ppl version check failed. Move flags saving before setting in libelf check. * configure: Regenerate. From-SVN: r153447
2009-10-21configure.ac: Adjust the ppl and cloog configure to work as documented.Richard Guenther1-0/+7
2009-10-21 Richard Guenther <rguenther@suse.de> * configure.ac: Adjust the ppl and cloog configure to work as documented. Disable cloog if ppl was disabled. Omit the version checks if they were disabled. * configure: Re-generate. From-SVN: r153055
2009-10-15Fixed ChangeLog entries.Daniel Gutson1-9/+0
From-SVN: r152877
2009-10-14neon.md (neon_vshll_n<mode>): Checking Bounds fixed.Daniel Gutson1-0/+9
2009-10-14 Daniel Gutson <dgutson@codesourcery.com> gcc/ * config/arm/neon.md (neon_vshll_n<mode>): Checking Bounds fixed. gcc/testsuite/ * gcc.target/arm/neon/vfp-shift-a2t2.c: New test case. From-SVN: r152777
2009-10-13Fix toplevel 'config.status --recheck' for --enable-lto.Ralf Wildenhues1-0/+6
/: * configure.ac: Add 'lto' to enable_languages, not new_enable_languages, and only if not already present. * configure: Regenerate. From-SVN: r152697
2009-10-10README: Refer to the various COPYING* files instead of just COPYING.Gerald Pfeifer1-0/+6
* README: Refer to the various COPYING* files instead of just COPYING. Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions. From-SVN: r152630
2009-10-08Fix Hariharan Sandanagobalane's most recent entry.Ben Elliston1-2/+2
From-SVN: r152540
2009-10-07changelogRafael Espindola1-0/+4
From-SVN: r152529
2009-10-07MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola, and ↵Richard Guenther1-0/+7
Richard Guenther as reviewers. 2009-10-07 Richard Guenther <rguenther@suse.de> * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola, and Richard Guenther as reviewers. (LTO plugin): List Rafael Avila de Espindola and Cary Coutant as reviewers. From-SVN: r152527
2009-10-07* config.sub : Update from upstream sources.Hariharan Sandanagobalane1-0/+4
From-SVN: r152517
2009-10-07Makefile.def: check-gold depends upon all-gas.Ian Lance Taylor1-1/+5
* Makefile.def: check-gold depends upon all-gas. * Makefile.in: Rebuild. From-SVN: r152514
2009-10-05MAINTAINERS (Write After Approval): Add myself.Phil Muldoon1-0/+4
2009-10-05 Phil Muldoon <pmuldoon@redhat.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r152473
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+29
From-SVN: r152434
2009-10-01Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than $(srcdir).Loren J. Rittle1-0/+7
2009-10-01 Loren J. Rittle <ljrittle@acm.org> Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than $(srcdir). * Makefile.in: Rebuilt. Co-Authored-By: Paolo Bonzini <bonzini@gnu.org> From-SVN: r152387
2009-09-27MAINTAINERS (Write After Approval): Add myself.Gary Funck1-0/+4
2009-09-26 Gary Funck <gary@intrepid.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r152214
2009-09-26configure.ac: Update minimum MPC version to 0.7.Kaveh R. Ghazi1-0/+5
* configure.ac: Update minimum MPC version to 0.7. * configure: Regenerate. gcc: * doc/install.texi: Update minimum MPC version to 0.7. From-SVN: r152207
2009-09-25configure.ac: Pass any --cache-file=/dev/null option on to subconfigures.Nick Clifton1-0/+6
* configure.ac: Pass any --cache-file=/dev/null option on to subconfigures. * configure: Regenerate. From-SVN: r152183
2009-09-23* config.sub, config.guess: Update from upstream sources.Nick Clifton1-0/+4
From-SVN: r152065
2009-09-22Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.Loren J. Rittle1-0/+5
2009-09-22 Loren J. Rittle <ljrittle@acm.org> * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/. * Makefile.in: Rebuilt. From-SVN: r152050
2009-09-22Error out if building separately but srcdir has build remnants.Ralf Wildenhues1-0/+7
/: PR bootstrap/32272 * configure.ac: Error out if $srcdir isn't '.' but contains host-${host_noncanonical}. * configure: Regenerate. From-SVN: r152037
2009-09-22MAINTAINERS (OS Port Maintainers): Add myself as Solaris maintainer.Rainer Orth1-0/+5
* MAINTAINERS (OS Port Maintainers): Add myself as Solaris maintainer. From-SVN: r152031
2009-09-21Require c++ in stage1_languages with --enable-gold in combined bootstrap.Ralf Wildenhues1-0/+4
/: * configure.ac: If bootstrapping a combined tree with --enable-gold, require c++ in stage1_languages. * configure: Regenerate. From-SVN: r151943
2009-09-21toplevel configure: bootstrap target_libs of stage1_languages.Ralf Wildenhues1-0/+4
/: * configure.ac: Also add target_libs of stage1_languages to bootstrap_target_libs. * configure: Regenerate. From-SVN: r151942
2009-09-21Diagnose --enable-build-with-cxx --enable-bootstrap --enable-languages w/o c++Ralf Wildenhues1-0/+6
/* * configure.ac: Diagnose --enable-build-with-cxx bootstrap with --enable-languages not containing c++. * configure: Regenerate. From-SVN: r151939
2009-09-15configure.ac: Disable java and boehm-gc for bfin-*-*.Jie Zhang1-0/+5
* configure.ac: Disable java and boehm-gc for bfin-*-*. * configure: Regenerate. From-SVN: r151724
2009-09-12MAINTAINERS (Write After Approval): Update my e-mail address, and move from ↵Joern Rennecke1-2/+4
from here... * MAINTAINERS (Write After Approval): Update my e-mail address, and move from from here... (Waiting for paperwork): To here. From-SVN: r151652
2009-09-12* MAINTAINERS (Write After Approval): Update my e-mail address.Joern Rennecke1-0/+4
From-SVN: r151651
2009-09-09* MAINTAINERS (Reviewers): Add self as driver reviewer.Joseph Myers1-0/+4
From-SVN: r151564