1. 17 Feb, 2007 1 commit
  2. 13 Feb, 2007 2 commits
  3. 09 Feb, 2007 3 commits
  4. 19 Jan, 2007 1 commit
  5. 11 Jan, 2007 2 commits
    • bonzini's avatar
      2007-01-11 Paolo Bonzini <bonzini@gnu.org> · 16c9b2e3
      bonzini authored
      	* configure.in: Change == to = in test command.
              * configure: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120674 138bc75d-0d04-0410-961f-82ee72b054a4
      16c9b2e3
    • bonzini's avatar
      2007-01-11 Paolo Bonzini <bonzini@gnu.org> · d45318b3
      bonzini authored
                  Nick Clifton  <nickc@redhat.com>
                  Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
      
              * configure.in (build_configargs, host_configargs, target_configargs):
              Remove build/host/target parameters.
              (host_libs): Add gmp and mpfr.
              (GMP tests): Reorganize to allow in-tree GMP/MPFR.
              * Makefile.def (gmp, mpfr): New.
              (gcc): Remove makefile target.
              * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
              target_os, target_vendor): New.
              (configure): Add host_alias/target_alias arguments.  Adjust invocations.
              * configure: Regenerate.
              * Makefile.in: Regenerate.
      
      2007-01-11  Matt Fago  <fago@earthlink.net>
      
      	* configure.in: Try to link to functions only in mpfr 2.2.x
              to improve robustness of configure tests.
      	* configure: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120671 138bc75d-0d04-0410-961f-82ee72b054a4
      d45318b3
  6. 08 Jan, 2007 1 commit
  7. 05 Jan, 2007 1 commit
  8. 04 Jan, 2007 2 commits
    • bonzini's avatar
      2007-01-04 Paolo Bonzini <bonzini@gnu.org> · dc914c6d
      bonzini authored
      	* configure.in: Use DEV-PHASE to detect the default for --enable-werror.
      	* configure: Regenerate.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120432 138bc75d-0d04-0410-961f-82ee72b054a4
      dc914c6d
    • drow's avatar
      ./ · 894a47b4
      drow authored
      	* Makefile.def (target_modules): Add libgcc.
      	(lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
      	* Makefile.tpl (clean-target-libgcc): Delete.
      	(configure-target-[+module+]): Emit --disable-bootstrap dependencies
      	on gcc even for bootstrapped modules.  Rewrite handling of
      	lang_env_dependencies to loop over target_modules.
      	* configure.in (target_libraries): Add target-libgcc.
      	* Makefile.in, configure: Regenerated.
      gcc/
      	* config.gcc: Mention libgcc/config.host.
      	* Makefile.in: Update comments mentioning libgcc.
      	(LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
      	(all.cross, start.encap, rest.encap, rest.cross): Update
      	dependencies for libgcc move.
      	(libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
      	(clean-target, clean-target-libgcc): Delete.
      	(srcdirify, GCC_EXTRA_PARTS): New macros.
      	(libgcc-support, libgcc.mvars): New rules.
      	(distclean): Remove mention of mklibgcc.
      	(install): Don't reference INSTALL_LIBGCC.
      	(install-common): Don't reference EXTRA_PARTS.
      	(ins...
      894a47b4
  9. 29 Dec, 2006 2 commits
  10. 27 Dec, 2006 1 commit
  11. 19 Dec, 2006 2 commits
    • bonzini's avatar
      2006-12-19 Paolo Bonzini <bonzini@gnu.org> · 1a606b87
      bonzini authored
      	* configure.in: Remove "$build" case for powerpc-*-darwin* since
      	it only affects bootstrap and could be tested on "$host" as well.
      	* configure: Regenerate.
      	* config/mh-ppc-darwin: Add to the stage1 cflags here.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120049 138bc75d-0d04-0410-961f-82ee72b054a4
      1a606b87
    • bonzini's avatar
      2006-12-19 Paolo Bonzini <bonzini@gnu.org> · 39f34cfc
      bonzini authored
      	PR bootstrap/29544
      	* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
      	(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
      	move here comment from Makefile.tpl.
      	* Makefile.tpl: Move some definitions higher in the file.
      	(STAGE1_CHECKING): New.
      	* configure.in: Add --enable-stage1-checking.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      gcc:
      2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
      
      	* gcc/Makefile.in (STAGE1_CHECKING): Rename to...
      	(STAGE1_CHECKING_CFLAGS): ... this.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120048 138bc75d-0d04-0410-961f-82ee72b054a4
      39f34cfc
  12. 11 Dec, 2006 2 commits
  13. 10 Dec, 2006 1 commit
  14. 09 Dec, 2006 1 commit
  15. 03 Dec, 2006 1 commit
  16. 02 Dec, 2006 1 commit
  17. 26 Nov, 2006 1 commit
    • ghazi's avatar
      * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags. · a5144c1d
      ghazi authored
      	(--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
      	--with-gmp-lib): New flags.
      
      	* configure: Regenerate.
      
      gcc:
      	* doc/install.texi: Move GMP/MPFR configure options from Fortran
      	section to general section.  Remove documentation for
      	--with-mpfr-dir and --with-gmp-dir, add documentation for
      	--with-mpfr-include, --with-mpfr-lib, --with-gmp-include and
      	--with-gmp-lib.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119232 138bc75d-0d04-0410-961f-82ee72b054a4
      a5144c1d
  18. 21 Nov, 2006 2 commits
    • bje's avatar
      * configure.in (skipdirs): Don't build libssp for SPU. · 7c8af356
      bje authored
      	* configure: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119070 138bc75d-0d04-0410-961f-82ee72b054a4
      7c8af356
    • tsmigiel's avatar
      ChangeLog · 644459d0
      tsmigiel authored
      	* configure.in (skipdirs) : Don't build target-libiberty for SPU.
      	* configure : Rebuilt.
      
      gcc/ChangeLog
      
      	* config.gcc : Add target for SPU.
      	* config/spu/constraints.md : New file.
      	* config/spu/crt0.c : New file.
      	* config/spu/crtend.c : New file.
      	* config/spu/crti.asm : New file.
      	* config/spu/crtn.asm : New file.
      	* config/spu/float_unsdidf.c : New file.
      	* config/spu/float_unssidf.c : New file.
      	* config/spu/predicates.md : New file.
      	* config/spu/spu-builtins.def : New file.
      	* config/spu/spu-builtins.h : New file.
      	* config/spu/spu-builtins.md : New file.
      	* config/spu/spu-c.c : New file.
      	* config/spu/spu-elf.h : New file.
      	* config/spu/spu-modes.def : New file.
      	* config/spu/spu-protos.h : New file.
      	* config/spu/spu.c : New file.
      	* config/spu/spu.h : New file.
      	* config/spu/spu.md : New file.
      	* config/spu/spu.opt : New file.
      	* config/spu/spu_internals.h : New file.
      	* config/spu/spu_intrinsics.h : New file.
      	* config/spu/spu_mfcio.h : New file.
      	* config/spu/t-spu-elf : New file.
      	* config/spu/vec_types.h : New file.
      	* config/spu/vmx2spu.h : New file.
      	* doc/contrib.texi : Document SPU contributor.
      	* doc/extend.texi : Document SPU extensions.
      	* doc/invoke.texi : Document SPU options.
      	* doc/md.texi : Document SPU constraints.
      
      libcpp/ChangeLog
      
      	* configure.ac (need_64bit_hwint): Need 64bit hwint for SPU.
      	* configure : Rebuilt.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119041 138bc75d-0d04-0410-961f-82ee72b054a4
      644459d0
  19. 18 Nov, 2006 1 commit
  20. 14 Nov, 2006 1 commit
  21. 11 Nov, 2006 1 commit
  22. 07 Nov, 2006 1 commit
  23. 21 Oct, 2006 1 commit
  24. 27 Sep, 2006 2 commits
    • kargl's avatar
      * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0 · 112f3d57
      kargl authored
      	or newer.
      	* configure: Regenerated.
      	* doc/install.texi: Document required versions of GMP and MPFR.
      	* fortran/arith.c: Conditionally include arctangent2().
      	(gfc_check_real_range): Use mpfr_subnormalize in preference to local
      	hack.
      	* fortran/trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl): Append
      	l for long double functions.
      	* fortran/simplify.c: Wrap Copyright to new line.
      	(gfc_simplify_atan2): Use mpfr_atan2 in preference to arctangent2().
              (gfc_simplify_log): Ditto.
      
      
      	PR fortran/28276
      	* fortran/simplify.c (gfc_simplify_exponent): Use mpfr_get_exp in
      	preference to broken local hack.
      
      	PR fortran/27021
      	* fortran/simplify.c (gfc_simplify_nearest): Use mpfr_nexttoward and
      	mpfr_subnormalize to handle numbers near zero in preference to broken
      	 local hack.
      
      	PR fortran/28276
      	* testsuite/gfortran.dg/exponent_1.f90: New test.
      
      	PR fortran/27021
      	* testsuite/gfortran.dg/nearest_1.f90: New test.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117257 138bc75d-0d04-0410-961f-82ee72b054a4
      112f3d57
    • dj's avatar
      2006-09-27 Dave Brolley <brolley@redhat.com> · 8d365775
      dj authored
      * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
      $s instead of $r.
      * configure: Regenerated.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117256 138bc75d-0d04-0410-961f-82ee72b054a4
      8d365775
  25. 26 Sep, 2006 1 commit
  26. 30 Aug, 2006 1 commit
    • dj's avatar
      2006-08-30 Corinna Vinschen <corinna@vinschen.de> · d6d689df
      dj authored
      * configure.in: Never build newlib for a Mingw host.
      Never build newlib as Mingw target library.
      Test the existence of winsup/cygwin for building a Cygwin newlib,
      rather than just winsup.
      Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
      building a Mingw target.
      * configure: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116587 138bc75d-0d04-0410-961f-82ee72b054a4
      d6d689df
  27. 23 Jul, 2006 1 commit
  28. 04 Jul, 2006 1 commit
    • ebotcazou's avatar
      PR bootstrap/18058 · f508ba97
      ebotcazou authored
      	* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
      	if the bootstrap compiler is a GCC version that supports it.
      	* configure: Regenerate.
      gcc/
      	* Makefile.in (BUILD_RTL): Add build/vec.o.
      	(build/gencondmd.o): Filter out -fkeep-inline-functions.
      	(build/genextract): Delete.
      	(build/genautomata): Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115172 138bc75d-0d04-0410-961f-82ee72b054a4
      f508ba97
  29. 03 Jul, 2006 2 commits