1. 02 Apr, 2009 1 commit
  2. 31 Mar, 2009 2 commits
    • re PR c/448 (<stdint.h>-related issues (C99 issues)) · 207bf79d
      	PR c/448
      fixincludes:
      	* inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
      	* fixincl.x: Regenerate.
      	* tests/base/stdint.h: Update.
      
      gcc:
      	* Makefile.in (USE_GCC_STDINT): Define.
      	(stmp-int-hdrs): Install stdint.h if applicable.
      	* c-common.c (CHAR16_TYPE): Define in terms of UINT_LEAST16_TYPE
      	if known.
      	(CHAR32_TYPE): Define in terms of UINT_LEAST32_TYPE if known.
      	(SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE, INT32_TYPE, INT64_TYPE,
      	UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE,
      	INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
      	INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
      	UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
      	INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
      	UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
      	UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.
      	(c_common_nodes_and_builtins): Initialize
      	underlying_wchar_type_node.  Do not initialize
      	signed_wchar_type_node or unsigned_wchar_type_node.  Initialize
      	nodes for new types.
      	(c_stddef_cpp_builtins): Define macros for new types.
      	* c-common.h (CTI_SIGNED_WCHAR_TYPE, CTI_UNSIGNED_WCHAR_TYPE):
      	Remove.
      	(CTI_UNDERLYING_WCHAR_TYPE, CTI_SIG_ATOMIC_TYPE, CTI_INT8_TYPE,
      	CTI_INT16_TYPE, CTI_INT32_TYPE, CTI_INT64_TYPE, CTI_UINT8_TYPE,
      	CTI_UINT16_TYPE, CTI_UINT32_TYPE, CTI_UINT64_TYPE,
      	CTI_INT_LEAST8_TYPE, CTI_INT_LEAST16_TYPE, CTI_INT_LEAST32_TYPE,
      	CTI_INT_LEAST64_TYPE, CTI_UINT_LEAST8_TYPE, CTI_UINT_LEAST16_TYPE,
      	CTI_UINT_LEAST32_TYPE, CTI_UINT_LEAST64_TYPE, CTI_INT_FAST8_TYPE,
      	CTI_INT_FAST16_TYPE, CTI_INT_FAST32_TYPE, CTI_INT_FAST64_TYPE,
      	CTI_UINT_FAST8_TYPE, CTI_UINT_FAST16_TYPE, CTI_UINT_FAST32_TYPE,
      	CTI_UINT_FAST64_TYPE, CTI_INTPTR_TYPE, CTI_UINTPTR_TYPE): Define.
      	(signed_wchar_type_node, unsigned_wchar_type_node): Remove.
      	(underlying_wchar_type_node, sig_atomic_type_node, int8_type_node,
      	int16_type_node, int32_type_node, int64_type_node,
      	uint8_type_node, uint16_type_node, c_uint32_type_node,
      	c_uint64_type_node, int_least8_type_node, int_least16_type_node,
      	int_least32_type_node, int_least64_type_node,
      	uint_least8_type_node, uint_least16_type_node,
      	uint_least32_type_node, uint_least64_type_node,
      	int_fast8_type_node, int_fast16_type_node, int_fast32_type_node,
      	int_fast64_type_node, uint_fast8_type_node, uint_fast16_type_node,
      	uint_fast32_type_node, uint_fast64_type_node, intptr_type_node,
      	uintptr_type_node): Define.
      	* c-cppbuiltin.c (builtin_define_constants,
      	builtin_define_type_minmax): New.
      	(builtin_define_stdint_macros): Define more macros.
      	(c_cpp_builtins): Define more limit macros.
      	(type_suffix): New.
      	(builtin_define_type_max): Define in terms of
      	builtin_define_type_minmax.  Remove is_long parameter.  All
      	callers changed.
      	* config.gcc (use_gcc_stdint): Define.
      	(tm_file): Add glibc-stdint.h for targets using glibc or uClibc.
      	Add newlib-stdint.h for generic targets.
      	* config/glibc-stdint.h, config/newlib-stdint.h,
      	ginclude/stdint-gcc.h, ginclude/stdint-wrap.h: New.
      	* config/m32c/m32c.h (UINTPTR_TYPE): Define.
      	* config/score/score.h (UINTPTR_TYPE): Define.
      	* config/sol2.h (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE,
      	INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE,
      	UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
      	INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
      	UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
      	INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
      	UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
      	UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.
      	* config/spu/spu.h (STDINT_LONG32): Define.
      	* configure.ac (use_gcc_stdint): Substitute.
      	* configure: Regenerate.
      	* doc/cpp.texi (__SIG_ATOMIC_TYPE__, __INT8_TYPE__,
      	__INT16_TYPE__, __INT32_TYPE__, __INT64_TYPE__, __UINT8_TYPE__,
      	__UINT16_TYPE__, __UINT32_TYPE__, __UINT64_TYPE__,
      	__INT_LEAST8_TYPE__, __INT_LEAST16_TYPE__, __INT_LEAST32_TYPE__,
      	__INT_LEAST64_TYPE__, __UINT_LEAST8_TYPE__, __UINT_LEAST16_TYPE__,
      	__UINT_LEAST32_TYPE_, __UINT_LEAST64_TYPE__, __INT_FAST8_TYPE__,
      	__INT_FAST16_TYPE__, __INT_FAST32_TYPE__, __INT_FAST64_TYPE__,
      	__UINT_FAST8_TYPE__, __UINT_FAST16_TYPE__, __UINT_FAST32_TYPE__,
      	__UINT_FAST64_TYPE__, __INTPTR_TYPE__, __UINTPTR_TYPE__,
      	__WINT_MAX__, __SIZE_MAX__, __PTRDIFF_MAX__, __UINTMAX_MAX__,
      	__SIG_ATOMIC_MAX__, __INT8_MAX__, __INT16_MAX__, __INT32_MAX__,
      	__INT64_MAX__, __UINT8_MAX__, __UINT16_MAX__, __UINT32_MAX__,
      	__UINT64_MAX__, __INT_LEAST8_MAX__, __INT_LEAST16_MAX__,
      	__INT_LEAST32_MAX__, __INT_LEAST64_MAX__, __UINT_LEAST8_MAX__,
      	__UINT_LEAST16_MAX__, __UINT_LEAST32_MAX__, __UINT_LEAST64_MAX__,
      	__INT_FAST8_MAX__, __INT_FAST16_MAX__, __INT_FAST32_MAX__,
      	__INT_FAST64_MAX__, __UINT_FAST8_MAX__, __UINT_FAST16_MAX__,
      	__UINT_FAST32_MAX__, __UINT_FAST64_MAX__, __INTPTR_MAX__,
      	__UINTPTR_MAX__, __WCHAR_MIN__, __WINT_MIN__, __SIG_ATOMIC_MIN__,
      	__INT8_C, __INT16_C, __INT32_C, __INT64_C, __UINT8_C, __UINT16_C,
      	__UINT32_C, __UINT64_C, __INTMAX_C, __UINTMAX_C): Document.
      	* doc/tm.texi (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE, INT32_TYPE,
      	INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE,
      	INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
      	INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
      	UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
      	INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
      	UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
      	UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Document.
      
      gcc/testsuite:
      	* lib/target-supports.exp (check_effective_target_stdint_types):
      	Update comment.
      	(check_effective_target_inttypes_types): New.
      	* gcc.dg/c99-stdint-1.c, gcc.dg/c99-stdint-2.c,
      	gcc.dg/c99-stdint-3.c, gcc.dg/c99-stdint-4.c,
      	gcc.dg/c99-stdint-5.c, gcc.dg/c99-stdint-6.c: New tests.
      
      From-SVN: r145372
      Joseph Myers committed
    • * doc/invoke.texi (RS/6000 and PowerPC Options):Document mtls-markers. · 9752c4ad
      	* configure.ac (HAVE_AS_TLS_MARKERS): New gas feature check.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      	* config/rs6000/rs6000.opt (mtls-markers): Add.
      	* config/rs6000/rs6000.h (TARGET_TLS_MARKERS): Define.
      	* config/rs6000/rs6000.md (tls_gd_aix, tls_gd_sysv): Add splitter.
      	(tls_ld_aix, tls_ld_sysv): Likewise.
      	(tls_gd, tls_gd_call_aix, tls_gd_call_sysv): New insns.
      	(tls_ld, tls_ld_call_aix, tls_ld_call_sysv): Likewise.
      
      From-SVN: r145330
      Alan Modra committed
  3. 28 Mar, 2009 1 commit
    • inclhack.def (aix_syswait, [...]): Remove. · 52c0e446
      fixincludes:
      	* inclhack.def (aix_syswait, exception_structure,
      	pthread_page_size): Remove.
      	(math_exception): Remove mention of fixproto in comment.
      	* fixincl.x: Regenerate.
      	* mkheaders.in: Do not handle STMP_FIXPROTO.
      
      gcc:
      	* config/arm/t-arm-coff, config/h8300/coff.h,
      	config/i386/i386-aout.h, config/i386/i386-coff.h,
      	config/libgloss.h, config/m68k/coff.h, config/m68k/m68k-aout.h,
      	config/pdp11/2bsd.h, config/rs6000/aix41.h,
      	config/rs6000/aix41.opt, config/rs6000/t-newas, config/sh/coff.h,
      	fix-header.c, fixproto, gen-protos.c, protoize.c, scan-decls.c,
      	scan-types.sh, scan.c, scan.h, sort-protos, sys-protos.h,
      	sys-types.h: Remove.
      	* Makefile.in: Remove protoize and fixproto support and references
      	in comments.
      	(SYSCALLS.c.X-warn, TARGET_GETGROUPS_T, STMP_FIXPROTO,
      	PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, FIXPROTO_DEFINES):
      	Remove.
      	(ALL_HOST_OBJS): Remove $(PROTO_OBJS).
      	(MOSTLYCLEANFILES): Remove protoize$(exeext) and
      	unprotoize$(exeext).
      	(rest.encap): Don't depend on $(STMP_FIXPROTO)
      	(.PHONY): Don't depend on proto.
      	(libgcc-support): Don't depend on $(STMP_FIXPROTO).
      	(proto, PROTO_OBJS, protoize$(exeext), unprotoize$(exeext),
      	protoize.o, unprotoize.o, SYSCALLS.c.X, test-protoize-simple,
      	deduced.h, GEN_PROTOS_OBJS, build/gen-protos$(build_exeext),
      	build/gen-protos.o, build/scan.o, xsys-protos.h,
      	build/fix-header$(build_exeext), build/fix-header.o,
      	build/scan-decls.o, fixhdr.ready, stmp-fixproto,
      	stmp-install-fixproto): Remove.
      	(mostlyclean): Don't remove xsys-protos.hT, SYSCALLS.c.X,
      	SYSCALLS.c or fixproto files.
      	(install-common): Don't install protoize.
      	(install-headers-tar, install-headers-cpio, install-headers-cp):
      	Don't depend on $(STMP_FIXPROTO).
      	(install-mkheaders): Don't depend on $(STMP_FIXPROTO).  Don't
      	install fixproto files or write out fixproto settings.
      	(uninstall): Don't uninstall protoize.
      	* config.gcc (use_fixproto): Remove.
      	(arm-*-coff*, armel-*-coff*, h8300-*-*, i[34567]86-*-aout*,
      	i[34567]86-*-coff*, m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd,
      	rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
      	* config/m32r/t-linux (STMP_FIXPROTO): Remove.
      	* config/m68k/m68k.c: Remove M68K_TARGET_COFF-conditional code.
      	* config/mips/t-iris (FIXPROTO_DEFINES): Remove.
      	* config/pa/t-pa-hpux (FIXPROTO_DEFINES): Remove.
      	* config/pdp11/pdp11.c: Remove TWO_BSD-conditional code.
      	* config/t-svr4 (FIXPROTO_DEFINES): Remove.
      	* config/t-vxworks (STMP_FIXPROTO): Remove.
      	* configure.ac (AC_TYPE_GETGROUPS, TARGET_GETGROUPS_T,
      	STMP_FIXPROTO): Remove.
      	* config.in, configure: Regenerate.
      	* crtstuff.c (gid_t, uid_t): Don't undefine.
      	* doc/install.texi: Change m68k-coff to m68k-elf in example.
      	(arm-*-coff, arm-*-aout: Remove target entries.
      	(*-ibm-aix*): Mention removal of support for AIX 4.2 and older.
      	Remove mention of AIX 4.1.
      	(m68k-*-*): Remove mention of m68k-*-aout and m68k-*-coff*.
      	* doc/invoke.texi (Running Protoize): Remove.
      	* doc/trouble.texi (Actual Bugs): Remove mention of fixproto.
      	(Protoize Caveats): Remove.
      	* tsystem.h: Update comments on headers assumed to exist.
      
      gcc/po:
      	* EXCLUDES (fix-header.c, gen-protos.c, scan-decls.c, scan.c,
      	scan.h): Remove.
      
      gcc/testsuite:
      	* g++.old-deja/g++.ext/attrib5.C, g++.old-deja/g++.jason/thunk3.C,
      	gcc.c-torture/compile/981006-1.c: Don't XFAIL or add special
      	options for removed targets.
      
      libgcc:
      	* config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
      	armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
      	m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
      	powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
      
      From-SVN: r145158
      Joseph Myers committed
  4. 24 Mar, 2009 1 commit
  5. 01 Mar, 2009 1 commit
    • backport: Support GNU/kOpenSolaris. · 7a9d3fe8
      	Backport from git Libtool:
      
      	2009-01-19  Robert Millan  <rmh@aybabtu.com>
      	Support GNU/kOpenSolaris.
      	* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
      	(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
      	(_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
      	GNU/kOpenSolaris.
      
      libjava/classpath/
      	* configure: Regenerate.
      
      libjava/
      	* configure: Regenerate.
      
      libssp/
      	* configure: Regenerate.
      
      libobjc/
      	* configure: Regenerate.
      
      libstdc++-v3/
      	* configure: Regenerate.
      
      libgfortran/
      	* configure: Regenerate.
      
      boehm-gc/
      	* configure: Regenerate.
      
      gcc/
      	* configure: Regenerate.
      
      libmudflap/
      	* configure: Regenerate.
      
      zlib/
      	* configure: Regenerate.
      
      libffi/
      	* configure: Regenerate.
      
      libgomp/
      	* configure: Regenerate.
      
      From-SVN: r144527
      Ralf Wildenhues committed
  6. 15 Feb, 2009 1 commit
    • revert: configure.ac: Enable LFS. · 68c9ab45
      Revert
      2009-02-13  Richard Guenther  <rguenther@suse.de>
      
      	* configure.ac: Enable LFS.
      	* configure: Re-generate.
      	* config.in: Likewise.
      
      	libcpp/
      	* configure.ac: Enable LFS.
      	* configure: Re-generate.
      	* config.in: Likewise.
      
      From-SVN: r144189
      Richard Guenther committed
  7. 13 Feb, 2009 1 commit
    • configure.ac: Enable LFS. · 601b3e1a
      2009-02-13  Richard Guenther  <rguenther@suse.de>
      
      	* configure.ac: Enable LFS.
      	* configure: Re-generate.
      	* config.in: Likewise.
      
      	libcpp/
      	* configure.ac: Enable LFS.
      	* configure: Re-generate.
      	* config.in: Likewise.
      
      From-SVN: r144151
      Richard Guenther committed
  8. 21 Dec, 2008 1 commit
    • Index... · a0e02041
      Index: config/ChangeLog
      +2008-12-21  Andrew Pinski  <pinskia@gmail.com>
      +
      +       PR target/38300
      +       * unwind_ipinfo.m4: Darwin before 9 does not have _Unwind_GetIPInfo.
      +
      Index: gcc/ChangeLog
      +2008-12-21  Andrew Pinski  <pinskia@gmail.com>
      +
      +       PR target/38300
      +       * configure: Regenerate.
      Index: libstdc++-v3/ChangeLog
      +2008-12-21  Andrew Pinski  <pinskia@gmail.com>
      +
      +       PR target/38300
      +       * configure: Regenerate.
      +
      Index: libjava/ChangeLog
      +2008-12-21  Andrew Pinski  <pinskia@gmail.com>
      +
      +       PR target/38300
      +       * configure: Regenerate.
      
      From-SVN: r142877
      Andrew Pinski committed
  9. 20 Dec, 2008 1 commit
  10. 18 Dec, 2008 1 commit
    • Backport from upstream Libtool: · baafc534
      	* libltdl.m4 (_LT_SYS_DYNAMIC_LINKER)
      	(_LT_LINKER_SHLIBS): Add cache variables to tests that
      	require the linker to work.  For shlibpath_overrides_runpath,
      	this also changes the semantics to let the result from the C
      	compiler take precedence.
      
      boehm-gc/
      
      	* configure: Regenerate.
      
      fixincludes/
      
      	* configure: Regenerate.
      
      gcc/
      
      	* configure: Regenerate.
      
      libffi/
      
      	* configure: Regenerate.
      
      libgfortran/
      
      	* configure: Regenerate.
      
      libgomp/
      
      	* configure: Regenerate.
      
      libjava/classpath/
      
      	* configure: Regenerate.
      
      libjava/
      
      	* configure: Regenerate.
      
      libmudflap/
      
      	* configure: Regenerate.
      
      libobjc/
      
      	* configure: Regenerate.
      
      libssp/
      
      	* configure: Regenerate.
      
      libstdc++-v3/
      
      	* configure: Regenerate.
      
      zlib/
      
      	* configure: Regenerate.
      
      From-SVN: r142817
      Ralf Wildenhues committed
  11. 16 Dec, 2008 1 commit
  12. 03 Dec, 2008 1 commit
  13. 26 Nov, 2008 1 commit
  14. 14 Nov, 2008 2 commits
  15. 12 Nov, 2008 1 commit
  16. 03 Nov, 2008 1 commit
    • re PR other/37463 (All Solaris/x86 eh tests fail) · e73da78e
      	PR other/37463
      	* configure.ac (gcc_cv_ld_ro_rw_mix): Move before
      	gcc_cv_as_cfi_directive.
      	(gcc_cv_as_cfi_directive) [*-*-solaris*]: Check if linker supports
      	merging read-only and read-write sections or assembler emits
      	read-write .eh_frame sections.
      	* configure: Regenerate.
      
      From-SVN: r141555
      Rainer Orth committed
  17. 26 Sep, 2008 1 commit
  18. 19 Sep, 2008 1 commit
    • configure.ac: Add HAVE_AS_TLS check for Xtensa. · 6a7a462c
      	* configure.ac: Add HAVE_AS_TLS check for Xtensa.
      	* config/xtensa/predicates.md (tls_symbol_operand): New.
      	* config/xtensa/xtensa.c (TARGET_HAVE_TLS): Define.
      	(TARGET_CANNOT_FORCE_MEM): Define.
      	(xtensa_tls_symbol_p): New.
      	(xtensa_emit_move_sequence): Check for and legitimize TLS addresses.
      	(xtensa_legitimate_address_p): Disallow constant pool TLS references.
      	(xtensa_tls_module_base): New.
      	(xtensa_call_tls_desc): New.
      	(xtensa_legitimize_tls_address): New.
      	(xtensa_legitimize_address): Handle TLS symbols.
      	(xtensa_tls_referenced_p_1): New.
      	(xtensa_tls_referenced_p): New.
      	(xtensa_output_addr_const_extra): Handle UNSPEC_TPOFF and UNSPEC_DTPOFF.
      	(XTENSA_BUILTIN_THREAD_POINTER): New.
      	(XTENSA_BUILTIN_SET_THREAD_POINTER): New.
      	(xtensa_init_builtins): Set NOTHROW and READONLY for umulsidi3 builtin.
      	Add declarations for __builtin_thread_pointer and
      	__builtin_set_thread_pointer.
      	(xtensa_fold_builtin): Recognize new builtins.
      	(xtensa_expand_builtin): Expand new builtins.
      	* config/xtensa/xtensa.h (XCHAL_HAVE_THREADPTR): Define default value.
      	(TARGET_THREADPTR): Define.
      	(HAVE_AS_TLS): Define default value.
      	(LEGITIMATE_CONSTANT_P): Disallow TLS references.
      	* config/xtensa/xtensa.md (UNSPEC_TPOFF, UNSPEC_DTPOFF): New.
      	(UNSPEC_TLS_FUNC, UNSPEC_TLS_ARG, UNSPEC_TLS_CALL, UNSPEC_TP): New.
      	(UNSPECV_SET_TP): New.
      	(sym_TPOFF, sym_DTPOFF): New.
      	(load_tp, set_tp, tls_func, tls_arg, tls_call): New.
      	* config/xtensa/xtensa-protos.h (xtensa_tls_referenced_p): Declare.
      	* configure: Regenerated.
      
      From-SVN: r140482
      Bob Wilson committed
  19. 04 Sep, 2008 1 commit
  20. 02 Sep, 2008 2 commits
    • configure.ac: Use m4_quote to quote the expansion of m4_do. · 75c9cbe3
      * configure.ac: Use m4_quote to quote the expansion of m4_do.
      * configure: Regenerate.
      
      From-SVN: r139905
      Andreas Schwab committed
    • backport: configure: Regenerate. · f8bf9252
      2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
      	    Tobias Grosser  <grosser@fim.uni-passau.de>
      	    Jan Sjodin  <jan.sjodin@amd.com>
      	    Harsha Jagasia  <harsha.jagasia@amd.com>
      	    Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
      	    Konrad Trifunovic  <konrad.trifunovic@inria.fr>
      	    Adrien Eliche  <aeliche@isty.uvsq.fr>
      
      	Merge from graphite branch.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      	* configure.ac (host_libs): Add ppl and cloog.
      	Add checks for PPL and CLooG.
      	* Makefile.def (ppl, cloog): Added modules and dependences.
      	* Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
      	(HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
      
      gcc/
      	* graphite.c: New.
      	* graphite.h: New.
      	* tree-loop-linear.c (perfect_loop_nest_depth): Export.
      	* doc/invoke.texi (-floop-block, -floop-interchange,
      	-floop-strip-mine): Document new flags.
      	* tree-into-ssa.c (gimple_vec): Moved...
      	* tree-loop-distribution.c (rdg_component): Moved...
      	* cfgloopmanip.c: Include tree-flow.h.
      	(update_dominators_in_loop): New.
      	(create_empty_if_region_on_edge): New.
      	(create_empty_loop_on_edge): New.
      	(loopify): Use update_dominators_in_loop.
      	* tree-pass.h (pass_graphite_transforms): Declared.
      	* configure: Regenerate.
      	* tree-phinodes.c (make_phi_node): Export.
      	(add_phi_node_to_bb): New, split from create_phi_node.
      	* tree-chrec.c (for_each_scev_op): New.
      	* tree-chrec.h (for_each_scev_op): Declared.
      	* tree-ssa-loop-ivopts.c (get_phi_with_result): New.
      	(remove_statement): Call get_phi_with_result.
      	* config.in (HAVE_cloog): Undef.
      	* gdbinit.in (pgg): New.
      	* timevar.def (TV_GRAPHITE_TRANSFORMS): New.
      	* tree-ssa-loop.c (graphite_transforms): New.
      	(gate_graphite_transforms): New.
      	(pass_graphite_transforms): New.
      	* configure.ac (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC,
      	HAVE_cloog): Defined.
      	* tree-vectorizer.c (rename_variables_in_bb): Export.
      	* tree-data-ref.c (dr_may_alias_p): Export.
      	(stmt_simple_memref_p): New.
      	(find_data_references_in_stmt): Export.
      	(find_data_references_in_loop): Export.
      	(create_rdg_edge_for_ddr): Initialize RDGE_RELATION.
      	(create_rdg_edges_for_scalar): Initialize RDGE_RELATION.
      	(create_rdg_vertices): Export.
      	(build_empty_rdg): New.
      	(build_rdg): Call build_empty_rdg.  Free dependence_relations.
      	* tree-data-ref.h (rdg_component): ... here.
      	(scop_p): New.
      	(struct data_reference): Add a field scop.
      	(DR_SCOP): New.
      	(find_data_references_in_loop): Declared.
      	(find_data_references_in_stmt): Declared.
      	(create_rdg_vertices): Declared.
      	(dr_may_alias_p): Declared.
      	(stmt_simple_memref_p): Declared.
      	(struct rdg_edge): Add a field ddr_p relation.
      	(build_empty_rdg): Declared.
      	* lambda.h (lambda_matrix): Declare a VEC of.
      	(find_induction_var_from_exit_cond): Declared.
      	(lambda_vector_compare): New.
      	* common.opt (fgraphite, floop-strip-mine,
      	floop-interchange, floop-block): New flags.
      	* lambda-code.c (find_induction_var_from_exit_cond): Export.
      	* cfgloop.c (is_loop_exit): New.
      	* cfgloop.h (is_loop_exit): Declared.
      	(create_empty_if_region_on_edge): Declared.
      	(create_empty_loop_on_edge): Declared.
      	* tree-flow.h (add_phi_node_to_bb): Declared.
      	(make_phi_node): Declared.
      	(rename_variables_in_bb): Declared.
      	(perfect_loop_nest_depth): Declared.
      	(graphite_transform_loops): Declared.
      	* Makefile.in (cfgloopmanip.o): Depend on TREE_FLOW_H.
      	(graphite.o-warn): Add -Wno-error.
      	(PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): Declared.
      	(LIBS): Add GMPLIBS, CLOOGLIBS, PPLLIBS.
      	(INCLUDES): Add PPLINC, CLOOGINC.
      	(OBJS-common): Add graphite.o.
      	(graphite.o): Add rule.
      	* gimple.h (gimple_vec): ... here.
      	* tree-cfg.c (print_loops): Start printing at ENTRY_BLOCK_PTR.
      	* passes.c (init_optimization_passes): Schedule 
      	pass_graphite_transforms.
      
      testsuite/
      
      	* gcc.dg/graphite/scop-{0,1,2,3,4,5,6,7,8,9,
      	10,11,12,13,14,15,16,17,18}.c: New.
      	* gcc.dg/graphite/graphite.exp: New.
      	* gcc.dg/graphite/scop-matmult.c: New.
      	* gcc.dg/graphite/block-0.c: New.
      	* lib/target-supports.exp (check_effective_target_fgraphite): New.
      	* gfortran.dg/graphite/block-1.f90: New.
      	* gfortran.dg/graphite/scop-{1,2}.f: New.
      	* gfortran.dg/graphite/block-{1,3,4}.f90: New.
      	* gfortran.dg/graphite/graphite.exp: New.
      
      
      Co-Authored-By: Adrien Eliche <aeliche@isty.uvsq.fr>
      Co-Authored-By: Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
      Co-Authored-By: Harsha Jagasia <harsha.jagasia@amd.com>
      Co-Authored-By: Jan Sjodin <jan.sjodin@amd.com>
      Co-Authored-By: Konrad Trifunovic <konrad.trifunovic@inria.fr>
      Co-Authored-By: Tobias Grosser <grosser@fim.uni-passau.de>
      
      From-SVN: r139893
      Sebastian Pop committed
  21. 21 Aug, 2008 1 commit
  22. 20 Aug, 2008 1 commit
  23. 08 Aug, 2008 1 commit
    • invoke.texi: Add cpu_type power7. · d40c9e33
      2008-08-08  Peter Bergner  <bergner@vnet.ibm.com>
      
              * doc/invoke.texi: Add cpu_type power7.
              * config.in (HAVE_AS_VSX): New.
              * config.gcc: Add cpu_type power7.
              * configure.ac (HAVE_AS_VSX): Check for assembler support of the
              VSX instructions.
              * configure: Regenerate.
              * config/rs6000/rs6000.c (rs6000_override_options): Alias power7 to
              power5.
              * config/rs6000/rs6000.h (ASM_CPU_POWER7_SPEC): Define.
              (ASM_CPU_SPEC): Pass %(asm_cpu_power7) for -mcpu=power7.
              (EXTRA_SPECS): Add asm_cpu_power7 spec string.
      
      From-SVN: r138887
      Peter Bergner committed
  24. 07 Aug, 2008 1 commit
    • configure.ac (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): New. · 058514b3
              * configure.ac (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): New.
              * configure, config.in: Rebuild.
              * debug.h (dwarf2out_do_cfi_asm): Declare.
              * c-cppbuiltin.c (c_cpp_builtins): Use it.
              * dwarf2out.c (dwarf2out_do_cfi_asm): New.
              (dwarf2out_cfi_label, add_fde_cfi, output_call_frame_info,
              dwarf2out_begin_prologue, dwarf2out_end_epilogue): Use it.
      
      From-SVN: r138846
      Richard Henderson committed
  25. 06 Aug, 2008 1 commit
    • config.gcc: Match more processor names for Xtensa. · 6d656178
      2008-08-06  Marc Gauthier  <marc@tensilica.com>
      	* config.gcc: Match more processor names for Xtensa.
      	* configure.ac: Likewise.
      	* doc/install.texi (Specific): Likewise.
      	* configure: Regenerate.
      testsuite/
      	* lib/target-supports.exp (check_profiling_available): Match more
      	processor names for Xtensa.
      	* g++.old-deja/g++.jason/thunk3.C: Likewise.
      	* gcc.dg/intmax_t-1.c: Likewise.
      	* gcc.dg/sibcall-3.c: Likewise.
      	* gcc.dg/sibcall-4.c: Likewise.
      	* gcc.c-torture/compile/20001226-1.c: Likewise.
      
      From-SVN: r138810
      Marc Gauthier committed
  26. 05 Aug, 2008 2 commits
    • configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality. · 8a24bf04
              * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality.
              * configure: Rebuild.
      
      From-SVN: r138738
      Richard Henderson committed
    • Makefile.in (c-cppbuiltin.o): Depend on debug.h. · d4ea4622
              * Makefile.in (c-cppbuiltin.o): Depend on debug.h.
              * c-cppbuiltin.c (c_cpp_builtins): Define __GCC_HAVE_DWARF2_CFI_ASM.
              * doc/cpp.texi (__GCC_HAVE_DWARF2_CFI_ASM): Document it.
              * common.opt (fdwarf2-cfi-asm): New.
              * configure.ac (HAVE_GAS_CFI_DIRECTIVE): New.
              * config.in, configure: Rebuild.
              * dwarf2asm.c (dw2_asm_output_data_raw): New.
              (dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_sleb128_raw): New.
              (dw2_force_const_mem): Externalize.
              * dwarf2asm.h: Update.
              * dwarf2out.c (dwarf2out_cfi_label): If flag_dwarf2_cfi_asm, don't
              generate a real label.
              (output_cfi_directive): New.
              (add_fde_cfi): If flag_dwarf2_cfi_asm, use it.
              (output_call_frame_info): Do nothing if flag_dwarf2_cfi_asm.
              (dwarf2out_begin_prologue): Emit .cfi_startproc, .cfi_personality,
              and .cfi_lsda.
              (dwarf2out_end_epilogue): Emit .cfi_endproc.
              (output_loc_operands_raw, output_loc_sequence_raw): New.
              (output_cfa_loc_raw): New.
      
      From-SVN: r138733
      Richard Henderson committed
  27. 01 Aug, 2008 1 commit
    • configure.ac: Do not generate libada-mk. · 47ad7893
      gcc:
      2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.ac: Do not generate libada-mk.  Do not subst
      	host_cc_for_libada.
      	* libada-mk.in: Remove.
      	* Makefile.in: Pass TARGET_LIBGCC2_CFLAGS to libgcc.mvars.
      	* configure: Regenerate.
      
      libada:
      2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.ac (warn_cflags): Substitute.
      	* configure: Regenerate.
      	* Makefile.in (libdir, WARN_CFLAGS): Substitute.
      	(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
      	(ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
      	they were unused.
      	(libada-mk): Do not include.  Include libgcc.mvars instead.
      	(tmake_file): Remove, do not include.
      	(FLAGS_TO_PASS): Pass dummy values for exeext and CC.
      	* configure: Regenerate.
      
      gnattools:
      2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.ac (warn_cflags): Substitute.
      	* configure: Regenerate.
      	* Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
      	(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
      	(ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
      	(libsubdir): Remove.
      	(libada-mk): Do not include.  Include libgcc.mvars instead.
      	(xmake_file): Remove, do not include.
      
      From-SVN: r138479
      Paolo Bonzini committed
  28. 28 Jul, 2008 2 commits
    • configure.ac: Use the m4_do macro to concatenate the warnings into one string in... · f6e377f8
      2008-07-28  Andreas Tobler  <a.tobler@schweiz.org>
      
      	* configure.ac: Use the m4_do macro to concatenate the warnings into
      	one string in ACX_PROG_CC_WARNING_OPTS,
      	ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and ACX_PROG_CC_WARNINGS_ARE_ERRORS.
      	* configure: Regenerate.
      
      From-SVN: r138216
      Andreas Tobler committed
    • backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. · 726a989a
      2008-07-28  Richard Guenther  <rguenther@suse.de>
      
      	Merge from gimple-tuples-branch.
      
      	* ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
      	* gimple.def: New file.
      	* gsstruct.def: Likewise.
      	* gimple-iterator.c: Likewise.
      	* gimple-pretty-print.c: Likewise.
      	* tree-gimple.c: Removed.  Merged into ...
      	* gimple.c: ... here.  New file.
      	* tree-gimple.h: Removed.  Merged into ...
      	* gimple.h: ... here.  New file.
      
      	* Makefile.in: Add dependencies on GIMPLE_H and tree-iterator.h.
      	* configure.ac: Added support for ENABLE_GIMPLE_CHECKING and the
      	--enable-checking=gimple flag.
      	* config.in: Likewise.
      	* configure: Regenerated.
      
      	* tree-ssa-operands.h: Tuplified.
      	* tree-vrp.c: Likewise.
      	* tree-loop-linear.c: Likewise.
      	* tree-into-ssa.c: Likewise.
      	* tree-ssa-loop-im.c: Likewise.
      	* tree-dump.c: Likewise.
      	* tree-complex.c: Likewise.
      	* cgraphbuild.c: Likewise.
      	* tree-ssa-threadupdate.c: Likewise.
      	* tree-ssa-loop-niter.c: Likewise.
      	* tree-pretty-print.c: Likewise.
      	* tracer.c: Likewise.
      	* gengtype.c: Likewise.
      	* tree-loop-distribution.c: Likewise.
      	* tree-ssa-loop-unswitch.c: Likewise.
      	* cgraph.c: Likewise.
      	* cgraph.h: Likewise.
      	* tree-ssa-loop-manip.c: Likewise.
      	* value-prof.c: Likewise.
      	* tree-ssa-loop-ch.c: Likewise.
      	* tree-tailcall.c: Likewise.
      	* value-prof.h: Likewise.
      	* tree.c: Likewise.
      	* tree.h: Likewise.
      	* tree-pass.h: Likewise.
      	* ipa-cp.c: Likewise.
      	* tree-scalar-evolution.c: Likewise.
      	* tree-scalar-evolution.h: Likewise.
      	* target.h: Likewise.
      	* lambda-mat.c: Likewise.
      	* tree-phinodes.c: Likewise.
      	* diagnostic.h: Likewise.
      	* builtins.c: Likewise.
      	* tree-ssa-alias-warnings.c: Likewise.
      	* cfghooks.c: Likewise.
      	* fold-const.c: Likewise.
      	* cfghooks.h: Likewise.
      	* omp-low.c: Likewise.
      	* tree-ssa-dse.c: Likewise.
      	* ipa-reference.c: Likewise.
      	* tree-ssa-uncprop.c: Likewise.
      	* toplev.c: Likewise.
      	* tree-gimple.c: Likewise.
      	* tree-gimple.h: Likewise.
      	* tree-chrec.c: Likewise.
      	* tree-chrec.h: Likewise.
      	* tree-ssa-sccvn.c: Likewise.
      	* tree-ssa-sccvn.h: Likewise.
      	* cgraphunit.c: Likewise.
      	* tree-ssa-copyrename.c: Likewise.
      	* tree-ssa-ccp.c: Likewise.
      	* tree-ssa-loop-ivopts.c: Likewise.
      	* tree-nomudflap.c: Likewise.
      	* tree-call-cdce.c: Likewise.
      	* ipa-pure-const.c: Likewise.
      	* c-format.c: Likewise.
      	* tree-stdarg.c: Likewise.
      	* tree-ssa-math-opts.c: Likewise.
      	* tree-ssa-dom.c: Likewise.
      	* tree-nrv.c: Likewise.
      	* tree-ssa-propagate.c: Likewise.
      	* ipa-utils.c: Likewise.
      	* tree-ssa-propagate.h: Likewise.
      	* tree-ssa-alias.c: Likewise.
      	* gimple-low.c: Likewise.
      	* tree-ssa-sink.c: Likewise.
      	* ipa-inline.c: Likewise.
      	* c-semantics.c: Likewise.
      	* dwarf2out.c: Likewise.
      	* expr.c: Likewise.
      	* tree-ssa-loop-ivcanon.c: Likewise.
      	* predict.c: Likewise.
      	* tree-ssa-loop.c: Likewise.
      	* tree-parloops.c: Likewise.
      	* tree-ssa-address.c: Likewise.
      	* tree-ssa-ifcombine.c: Likewise.
      	* matrix-reorg.c: Likewise.
      	* c-decl.c: Likewise.
      	* tree-eh.c: Likewise.
      	* c-pretty-print.c: Likewise.
      	* lambda-trans.c: Likewise.
      	* function.c: Likewise.
      	* langhooks.c: Likewise.
      	* ebitmap.h: Likewise.
      	* tree-vectorizer.c: Likewise.
      	* function.h: Likewise.
      	* langhooks.h: Likewise.
      	* tree-vectorizer.h: Likewise.
      	* ipa-type-escape.c: Likewise.
      	* ipa-type-escape.h: Likewise.
      	* domwalk.c: Likewise.
      	* tree-if-conv.c: Likewise.
      	* profile.c: Likewise.
      	* domwalk.h: Likewise.
      	* tree-data-ref.c: Likewise.
      	* tree-data-ref.h: Likewise.
      	* tree-flow-inline.h: Likewise.
      	* tree-affine.c: Likewise.
      	* tree-vect-analyze.c: Likewise.
      	* c-typeck.c: Likewise.
      	* gimplify.c: Likewise.
      	* coretypes.h: Likewise.
      	* tree-ssa-phiopt.c: Likewise.
      	* calls.c: Likewise.
      	* tree-ssa-coalesce.c: Likewise.
      	* tree.def: Likewise.
      	* tree-dfa.c: Likewise.
      	* except.c: Likewise.
      	* except.h: Likewise.
      	* cfgexpand.c: Likewise.
      	* tree-cfgcleanup.c: Likewise.
      	* tree-ssa-pre.c: Likewise.
      	* tree-ssa-live.c: Likewise.
      	* tree-sra.c: Likewise.
      	* tree-ssa-live.h: Likewise.
      	* tree-predcom.c: Likewise.
      	* lambda.h: Likewise.
      	* tree-mudflap.c: Likewise.
      	* ipa-prop.c: Likewise.
      	* print-tree.c: Likewise.
      	* tree-ssa-copy.c: Likewise.
      	* ipa-prop.h: Likewise.
      	* tree-ssa-forwprop.c: Likewise.
      	* ggc-page.c: Likewise.
      	* c-omp.c: Likewise.
      	* tree-ssa-dce.c: Likewise.
      	* tree-vect-patterns.c: Likewise.
      	* tree-ssa-ter.c: Likewise.
      	* tree-nested.c: Likewise.
      	* tree-ssa.c: Likewise.
      	* lambda-code.c: Likewise.
      	* tree-ssa-loop-prefetch.c: Likewise.
      	* tree-inline.c: Likewise.
      	* tree-inline.h: Likewise.
      	* tree-iterator.c: Likewise.
      	* tree-optimize.c: Likewise.
      	* tree-ssa-phiprop.c: Likewise.
      	* tree-vect-transform.c: Likewise.
      	* tree-object-size.c: Likewise.
      	* tree-outof-ssa.c: Likewise.
      	* cfgloop.c: Likewise.
      	* system.h: Likewise.
      	* tree-profile.c: Likewise.
      	* cfgloop.h: Likewise.
      	* c-gimplify.c: Likewise.
      	* c-common.c: Likewise.
      	* tree-vect-generic.c: Likewise.
      	* tree-flow.h: Likewise.
      	* c-common.h: Likewise.
      	* basic-block.h: Likewise.
      	* tree-ssa-structalias.c: Likewise.
      	* tree-switch-conversion.c: Likewise.
      	* tree-ssa-structalias.h: Likewise.
      	* tree-cfg.c: Likewise.
      	* passes.c: Likewise.
      	* ipa-struct-reorg.c: Likewise.
      	* ipa-struct-reorg.h: Likewise.
      	* tree-ssa-reassoc.c: Likewise.
      	* cfgrtl.c: Likewise.
      	* varpool.c: Likewise.
      	* stmt.c: Likewise.
      	* tree-ssanames.c: Likewise.
      	* tree-ssa-threadedge.c: Likewise.
      	* langhooks-def.h: Likewise.
      	* tree-ssa-operands.c: Likewise.
      	* config/alpha/alpha.c: Likewise.
      	* config/frv/frv.c: Likewise.
      	* config/s390/s390.c: Likewise.
      	* config/m32c/m32c.c: Likewise.
      	* config/m32c/m32c-protos.h: Likewise.
      	* config/spu/spu.c: Likewise.
      	* config/sparc/sparc.c: Likewise.
      	* config/i386/i386.c: Likewise.
      	* config/sh/sh.c: Likewise.
      	* config/xtensa/xtensa.c: Likewise.
      	* config/stormy16/stormy16.c: Likewise.
      	* config/ia64/ia64.c: Likewise.
      	* config/rs6000/rs6000.c: Likewise.
      	* config/pa/pa.c: Likewise.
      	* config/mips/mips.c: Likewise.
      
      From-SVN: r138207
      Richard Biener committed
  29. 23 Jul, 2008 1 commit
  30. 10 Jul, 2008 1 commit
  31. 07 Jul, 2008 1 commit
  32. 06 Jul, 2008 1 commit
  33. 29 Jun, 2008 1 commit
    • optabs.c (libfunc_decl_hash, [...]): Fix -Wcast-qual warnings. · 572e5ae3
      	* optabs.c (libfunc_decl_hash, libfunc_decl_eq): Fix -Wcast-qual
      	warnings.
      
      	* Makefile.in (CXX_COMPAT_WARN, cxx_compat_warn): Delete.
      	(bitmap.o-warn, dominance.o-warn): New.
      	* configure.ac (cxx_compat_warn): Delete.
      	(loose_warn): Add -Wcast-qual and -Wc++-compat.
      	* system.h: Remove #pragma diagnostic for -Wcast-qual and
      	-Wc++-compat.
      	* configure: Regenerate.
      	
      cp:
      	* Make-lang.in (cp-warn): Delete $(CXX_COMPAT_WARN).
      
      java:
      	* Make-lang.in (java/jcf-io.o-warn): New.
      
      From-SVN: r137246
      Kaveh R. Ghazi committed
  34. 17 Jun, 2008 1 commit
    • Makefile.tpl ($(srcdir)/configure): Update dependencies. · 18c04407
      	* Makefile.tpl ($(srcdir)/configure): Update dependencies.
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      config/
      	* override.m4: Use m4_version_prereq throughout.
      	(_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE): Backport from git
      	Autoconf: output pwd along with fatal errors, so the right
      	config.log file is hinted at more prominently.
      	(PARSE_ARGS): Push setting of ac_pwd in this diversion.
      	(_GCC_AUTOCONF_VERSION): New, define to 2.59 if not defined.
      	(_GCC_AUTOCONF_VERSION_CHECK): New macro, require use of Autoconf
      	version _GCC_AUTOCONF_VERSION throughout the tree.
      	(m4_wrap): New override, fix for Posix semantics of m4wrap.
      
      libgcc/
      	* configure.ac: sinclude override.m4.
      	* configure: Regenerate.
      
      gnattools/
      	* configure.ac: move sinclude of acx.m4 before AC_INIT,
      	also sinclude override.m4.
      	* Makefile.in ($(srcdir)/configure): Update dependencies.
      	* configure: Regenerate.
      
      libada/
      	* configure.ac: move sinclude of acx.m4 before AC_INIT,
      	also sinclude override.m4.
      	* Makefile.in ($(srcdir)/configure): Update dependencies.
      	* configure: Regenerate.
      
      intl/
      	* configure: Regenerate.
      
      libiberty/
      	* configure: Regenerate.
      
      boehm-gc/
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* include/gc_config.h.in: Regenerate.
      
      fixincludes/
      	* configure: Regenerate.
      
      gcc/
      	* configure: Regenerate.
      
      libcpp/
      	* Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
      	* configure: Regenerate.
      
      libdecnumber/
      	* Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
      	* configure: Regenerate.
      
      libffi/
      	* configure: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      libgfortran/
      	* configure: Regenerate.
      
      libgomp/
      	* configure: 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-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/
      	* configure: Regenerate.
      	* gcj/Makefile.in: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      libjava/libltdl/
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      libmudflap/
      	* Makefile.in: Regenerate.
      	* config.h.in: Regenerate.
      	* configure: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      libobjc/
      	* configure: Regenerate.
      
      libssp/
      	* Makefile.in: Regenerate.
      	* config.h.in: Regenerate.
      	* configure: Regenerate.
      
      libstdc++-v3/
      	* configure: Regenerate.
      
      zlib/
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r136876
      Ralf Wildenhues committed
  35. 14 Jun, 2008 1 commit