X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=config%2FChangeLog;h=cd5185a90e152b4129a021a8d79f414764140a1b;hb=98dc4c05ea0fbbbe82ba20f159e05527fa0583f0;hp=225e57629bad59145fc28b054c4d4f71a6405ef9;hpb=77258a2e3d6842da85b7c283339c621fcf9f7cca;p=pf3gnuchains%2Fgcc-fork.git diff --git a/config/ChangeLog b/config/ChangeLog index 225e57629ba..de84b8a9fe7 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,7 +1,603 @@ +2011-03-24 Paolo Bonzini + + * mt-mep: Remove, obsolete. + * mt-netware: Remove, obsolete. + * mt-wince: Remove, obsolete. + * mt-v810: Remove, unused. + +2011-03-24 Paolo Bonzini + + * mh-x86omitfp: Remove. + +2011-03-24 Paolo Bonzini + + * mh-cygwin: Remove obsolete variables and dependencies. + +2011-03-24 Paolo Bonzini + + * mh-sysv4: Remove. + * mh-solaris: Remove. + +2011-03-24 Paolo Bonzini + + * mh-sysv4: Remove AR_CFLAGS. + +2011-03-24 Joseph Myers + + * mh-cxux, mh-decstation, mh-dgux386, mh-lynxrs6k, mh-ncr3000, + mh-necv4, mh-sco, mh-sysv5: Remove. + +2011-03-05 Ralf Wildenhues + Eric Blake + + * override.m4: Error out if a buggy M4 was detected, to + avoid spurious diffs in generated files. + +2011-01-25 Jakub Jelinek + + * cloog.m4 (CLOOG_REQUESTED): Use $2 if --without-cloog. + +2011-01-10 Jan Hubicka + + * bootstrap-lto.mk: -fuse-linker-plugin is default now; + pass -fno-lto to STAGEprofile. + +2010-12-06 Dave Korn + + PR target/40125 + PR lto/46695 + * lthostflags.m4: New file. + (ACX_LT_HOST_FLAGS): Define. + +2010-12-02 Dave Korn + + * mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB. + (BOOT_LDFLAGS): Add matching stack size flag. + * mh-mingw (LDFLAGS): Likewise. + (BOOT_LDFLAGS): Likewise. + +2010-11-27 Eric Botcazou + + * bootstrap-lto.mk (BOOT_ADAFLAGS): Delete. + +2010-11-19 Tobias Grosser + + * cloog.m4: Use AS_HELP_STRING and fix help formatting. + +2010-11-15 Andreas Schwab + + * cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names. + +2010-11-12 Tobias Grosser + + * cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to + define the cloog backend to use. Furthermore, only pass the ppllibs to + the configure checks, if necessary. + +2010-11-12 Tobias Grosser + + * cloog.m4: Use CLooG predefined macro to check for CLooG PPL. + +2010-11-12 Tobias Grosser + + * cloog.m4: Fix typo. verison -> version. + +2010-11-12 Tobias Grosser + + * cloog.m4: Pass ppl libraries to the CLooG version check. + +2010-11-11 Jan Hubicka + + * bootstrap-lto: Use -flto. + +2010-11-04 Iain Sandoe + + * mh-darwin: Renamed from mh-ppc-darwin. + +2010-06-27 Ralf Wildenhues + + * po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting. + +2010-09-10 Jonathan Yong + + * dfp.m4: Enable decimal float for i?86 cygwin + and mingw, and for x86_64 mingw. + +2010-09-06 H.J. Lu + + PR target/45524 + * dfp.m4: Don't set enable_decimal_float to dpd if DFP is + disabled. Set default_decimal_float. + +2010-09-06 Andreas Schwab + + * dfp.m4: Quote argument of AC_MSG_WARN. + +2010-09-03 Andreas Krebbel + + * dfp.m4: New file. + +2010-09-01 Andi Kleen + + * bootstrap-lto.mk (STAGE2_CFLAGS, STAGE3_CFLAGS): Change + to -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1. + +2010-08-21 Ralf Wildenhues + + PR target/45084 + * stdint.m4 (GCC_HEADER_STDINT): Use m4 quotes for arguments + of AC_MSG_ERROR. + +2010-07-02 Rainer Orth + + * gc++filt.m4: New file. + +2010-06-20 Alexandre Oliva + + * bootstrap-lto.mk: New. + +2010-06-10 Paolo Bonzini + + * override.m4: Remove obsolete (<2.64) definitions. + +2010-06-09 Iain Sandoe + + PR bootstrap/43170 + * tls.m4 (GCC_CHECK_TLS): Add volatile qualifier to the test + references. Move the main () test reference ahead of + pthread_create(). Add a comment to explain the requirements + of the test. + +2010-06-03 Joern Rennecke + Ralf Wildenhues + + PR bootstrap/42798 + * override.m4 (_AC_CHECK_DECL_BODY, _AC_CHECK_DECLS): Import + definitions from git Autoconf. + +2010-04-13 Steve Ellcey + + * elf.m4: Add hppa[12]*-*-hpux* to list of non-elf platforms. + +2010-03-23 Kai Tietz + + * mh-mingw: Revert accidentally checking r156315. + +2010-01-05 Rainer Orth + + * stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. if + corresponding macros already exist. + +2010-01-02 Richard Guenther + + PR lto/41529 + * elf.m4: New file. + +2009-11-30 Joseph Myers + + * largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and + AC_CANONICAL_TARGET. + +2009-11-24 Joel Brobecker + + * zlib.m4: New file. + +2009-11-09 Jan Kratochvil + + * largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS. + +2009-11-06 Jan Kratochvil + Joel Brobecker + Paolo Bonzini + + * largefile.m4: New file. + +2009-10-23 Rainer Orth + + * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test. + +2009-09-09 Paolo Bonzini + + * stdint.m4 (GCC_HEADER_STDINT): Revert changes to this macro in + the previous two patches. + +2009-09-09 Paolo Bonzini + + * stdint.m4: Store temporary file in $tmp/_GCC_STDINT_H. + +2009-09-08 Paolo Bonzini + + * stdint.m4: Rewrite by using autoconf 2.64 features. + +2009-09-03 Alexandre Oliva + + * bootstrap-debug-big.mk (STAGE2_CFLAGS): Drop -gtoggle. + * bootstrap-debug-lean.mk: Update comments. + (STAGE2_CFLAGS): Likewise. + (do-compare): Don't override. + +2009-09-01 Alexandre Oliva + + * bootstrap-debug.mk: Add comments. + * bootstrap-debug-big.mk: New. + * bootstrap-debug-lean.mk: New. + * bootstrap-debug-ckovw.mk: Add comments. + * bootstrap-debug-lib.mk: Drop CFLAGS for stages. Use -g0 + for TFLAGS in stage1. Drop -fvar-tracking-assignments-toggle. + +2009-08-22 Ralf Wildenhues + + * override.m4 (_GCC_AUTOCONF_VERSION): Bump to 2.64. + +2009-08-19 Ralf Wildenhues + + * override.m4 (AC_DISABLE_OPTION_CHECKING): Define to be + empty if not defined, to avoid error with 2.59. + (_AC_LANG_IO_PROGRAM): When the Autoconf version is exactly + 2.64, avoid per-language instances to drop fopen from test + program. + +2009-07-30 Ralf Wildenhues + + * extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand + for Autoconf 2.62 or newer. + * tls.m4 (GCC_CHECK_TLS): Fix m4 quotation. + * no-executables.m4 (_AC_COMPILER_EXEEXT): Fix m4 quotation. + * override.m4 (m4_copy_force, m4_rename_force): Provide + macros if not defined. + (AC_PREREQ): Use m4_copy_force. + +2009-07-17 Joseph Myers + + PR other/40784 + * tls.m4 (GCC_CHECK_TLS): Add extra quoting around argument to + AC_LINK_IFELSE. + +2009-07-16 Joseph Myers + + * tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when + cross-compiling. + +2009-06-25 Olivier Hainque + + * config/mh-ppc-aix (BOOT_ADAFLAGS): Remove -mminimal-toc. + +2009-05-26 Rafael Avila de Espindola + + * plugins.m4: New. + +2009-05-12 Alexandre Oliva + + * multi.m4: Save CXX, GFORTRAN and GCJ in config.status. + * mt-gnu (CXXFLAGS_FOR_TARGET): Adjust. + * bootstrap-O1.mk: New. + * bootstrap-O3.mk: New. + * bootstrap-debug.mk: New. + +2009-02-02 Doug Evans + + * tcl.m4 (SC_PATH_TCLCONFIG): Don't exit 0 if tclconfig fails. + (SC_PATH_TKCONFIG): Don't exit 0 if tkconfig fails. + (SC_LOAD_TCLCONFIG): Quote all uses of TCL_BIN_DIR, it may contain + "# no Tcl configs found". + (SC_LOAD_TKCONFIG): Similarily for TK_BIN_DIR. + +2009-04-09 Jakub Jelinek + + * lead-dot.m4: Change copyright header to refer to version + 3 of the GNU General Public License and to point readers at the + COPYING3 file and the FSF's license web page. + * warnings.m4: Likewise. + +2009-02-11 Kai Tietz + + * mh-cygwin (LDFLAGS): Add linker option to increase stack limit + up to 8MB. + +2009-01-23 Jie Zhang + + * tls.m4 (GCC_CHECK_EMUTLS): Define. + +2008-12-21 Andrew Pinski + + PR target/38300 + * unwind_ipinfo.m4: Darwin before 9 does not have _Unwind_GetIPInfo. + +2008-11-21 Kai Tietz + + Fix PR/25502 + * mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch. + +2008-11-12 Steve Ellcey + + PR target/27880 + * unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from + link test to target based test. + +2008-08-09 Richard Sandiford + + * mt-mips16-compat: New file, taken from mt-mips-elfoabi. + * mt-mips-elfoabi: Include mt-mips16-compat. + * mt-mips-gnu: New file. + +2008-08-03 Alan Modra + + * mt-spu (all-ld): Update for ld Makefile changes. + +2008-08-02 Keith Seitz + + * tcl.m4 (SC_PATH_TCLCONFIG): Add some simple logic to deal + with cygwin. + (SC_PATH_TKCONFIG): Likewise. + +2008-07-30 Paolo Bonzini + + * mh-pa: New, from gcc/config/pa/x-ada. + * mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10. + +2008-07-25 Keith Seitz + + * acinclude.m4: Remove libide, libgui, and all the other Tcl + functions. + * tcl.m4: New file. + +2008-07-11 Joseph Myers + + * mh-mingw (LDFLAGS): Append to rather than replacing previous + value. + +2008-06-17 Ralf Wildenhues + + * 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. + +2008-06-11 Bernhard Fischer + + * tls.m4: Fix typos. + +2008-06-08 Joseph Myers + + PR tree-optimization/36218 + * mh-mingw (LDFLAGS): Define. + +2008-06-05 Danny Smith + + PR driver/35916 + * mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS. + +2008-05-12 Samuel Tardieu + Paolo Bonzini + + PR ada/36001 + * acx.m4: Add optional parameter to ACX_PROG_GNAT. + +2008-04-23 Paolo Bonzini + + * override.m4: Apply _AC_ARG_VALIDATE fix to all versions + but 2.62. + +2008-04-18 Paolo Bonzini + + PR bootstrap/35457 + + * confsubdir.m4: Rename to... + * override.m4: ... this. Make sure aclocal always picks it. + Add more lenient precious variable check, backported from + autoconf trunk. + +2008-04-04 Nick Clifton + + PR binutils/4334 + * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): New macro to check that + cygwin builds are not running in textmode. + +2008-03-27 Paolo Bonzini + + * extensions.m4: New. + +2008-03-27 Paolo Bonzini + + * mh-armpic: Remove. + * mh-i370pic: Remove. + * mh-m68kpic: Remove. + * mh-ppcpic: Remove. + * mh-sparcpic: Remove. + * mh-ia64pic: Remove. + * mh-papic: Remove. + * mh-s390pic: Remove. + * mh-x86pic: Remove. + +2008-03-16 Ralf Wildenhues + + * proginstall.m4: New file, with fixed AC_PROG_INSTALL. + +2008-02-20 Uros Bizjak + + * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =. + +2008-02-20 Paolo Bonzini + + PR bootstrap/32009 + * mh-ppc-darwin (BOOT_CFLAGS): Reenable. + +2008-01-08 Jakub Jelinek + + * futex.m4: New file. + +2007-12-06 Richard Sandiford + + * mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =. + * mt-mips-elfoabi: Likewise. + +2007-10-15 Maciej W. Rozycki + + * tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls. + (GCC_CHECK_CC_TLS): Rename have_cc_tls to gcc_cv_have_cc_tls. + +2007-10-03 Richard Sandiford + + * no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function. + +2007-10-03 Kazu Hirata + + Revert: + 2007-10-02 Richard Sandiford + * no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function. + +2007-10-02 Richard Sandiford + + * no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function. + +2007-09-21 Richard Sandiford + + * mt-sde (CFLAGS_FOR_TARGET): Replace -fno-optimize-sibling-calls + with -minterlink-mips16. + (CXXFLAGS_FOR_TARGET): Likewise. + +2007-09-20 Richard Sandiford + + * mt-mips-elfoabi: New file. + +2007-09-07 Richard Sandiford + + * mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt. + (CXXFLAGS_FOR_TARGET): Likewise. + +2007-09-06 Francois-Xavier Coudert + + PR target/33281 + * mh-mingw: New host makefile fragment. + +2007-08-18 Paul Brook + Joseph Myers + + * mt-gnu (CXXFLAGS_FOR_TARGET): Add + $(DEBUG_PREFIX_CFLAGS_FOR_TARGET). + +2007-08-17 Richard Sandiford + Nigel Stephens + + * mt-sde: New file. + +2007-07-06 H.J. Lu + + * tls.m4 (GCC_CHECK_CC_TLS): New. + +2007-07-05 Sebastian Pop + + PR bootstrap/32622 + * mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer, + don't reset its value. + +2007-06-27 Mike Stump + + * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross + builds. + +2007-06-20 Mike Stump + + * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds. + (ACX_HAVE_GCC_FOR_TARGET): Likewise. + +2007-06-14 Paolo Bonzini + + * acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines. + +2007-06-04 Olivier Hainque + + * mh-ppc-aix: Add default ADAFLAGS to BOOT_ADAFLAGS. + +2007-05-27 Paolo Bonzini + + * confsubdir.m4: Move here from newlib. + +2007-05-23 Paolo Bonzini + + PR bootstrap/32009 + * mh-ppc-darwin: Temporarily disable. + +2007-04-11 Kai Tietz + + * stdint.m4: Make template compatible with older cygwin + types.h, wrapping each type in a __XXX_t_defined #ifdef. + +2007-03-26 H.J. Lu + + * acx.m4 (ACX_BUGURL): Set BUGURL first. Quote $BUGURL first + when setting REPORT_BUGS_TEXI. + +2007-03-23 H.J. Lu + + * acx.m4 (ACX_BUGURL): Replace "@" with "@@" for + REPORT_BUGS_TEXI. + +2007-03-23 Joseph Myers + + * acx.m4 (ACX_PKGVERSION, ACX_BUGURL): Define. + +2007-03-07 Andreas Schwab + + * acx.m4 (GCC_TARGET_TOOL): Expand backquotes outside + AC_MSG_RESULT. + +2007-02-27 Alan Modra + + * mt-spu (all-ld): Depend on all-binutils. + +2007-02-18 Alexandre Oliva + + * acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as + precious. Prefer it over a cached value. Use cached value + verbosely. + (NCN_STRICT_CHECK_TARGET_TOOLS): Likewise. Don't override + environment variable with build-time tools. + +2006-12-11 Alan Modra + + * mt-spu: New file. + +2007-02-09 Daniel Jacobowitz + + * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG + with an empty path. + +2007-02-07 Bruno Haible + + PR libgomp/28468 + * config/tls.m4 (GCC_CHECK_TLS): Also check whether the libc supports + TLS via __thread. + +2007-01-31 Daniel Franke + + PR libgomp/30546 + * acx.m4 (ACX_PROG_CHECK_VER): Locate a program and check that its + version is acceptable. + +2007-01-27 Paolo Bonzini + + * depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make + directory. + +2007-01-23 Richard Guenther + + PR bootstrap/30541 + * config/acx.m4 (ACX_PROG_GNAT): Check for gnatmake. + +2007-01-14 H.J. Lu + + * ld-symbolic.m4: New. + 2007-01-11 Paolo Bonzini - * warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable. - (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo. Add optional 2nd argument. + * warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable. + (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo. Add optional 2nd argument. 2007-01-11 Paolo Bonzini @@ -33,7 +629,8 @@ 2006-07-25 Paolo Bonzini PR build/26188 - * stdint.m4: Test for uintptr_t even on systems with uint64_t or uint32_t. + * stdint.m4: Test for uintptr_t even on systems with uint64_t + or uint32_t. 2006-07-21 Steve Ellcey