X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=config%2FChangeLog;h=ea203bc061f0ce81c33b57520deacae43757529f;hb=ef1408725d71bb30d110a87d290f484b15f06186;hp=e3d62489e9a13284a3e017a16ad363120d7625d1;hpb=e552509bcb9d7f5aa2735fb0f8630a04649c55c0;p=deliverable%2Fbinutils-gdb.git diff --git a/config/ChangeLog b/config/ChangeLog index e3d62489e9..ea203bc061 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,7 +1,107 @@ +2011-11-02 Rainer Orth + + * mh-interix (LIBGCC2_DEBUG_CFLAGS): Remove. + +2011-08-22 Rainer Orth + + * picflag.m4: New file. + +2011-07-18 Rainer Orth + + * elf.m4 (target_elf): Remove *-netware*. + +2011-04-20 Eric Botcazou + + * bootstrap-lto.mk: Remove obsolete requirement. + +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. @@ -59,8 +159,8 @@ 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 + * 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. @@ -342,7 +442,7 @@ PR bootstrap/32009 * mh-ppc-darwin (BOOT_CFLAGS): Reenable. - + 2008-01-08 Jakub Jelinek * futex.m4: New file. @@ -416,7 +516,7 @@ * 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. @@ -441,7 +541,7 @@ 2007-04-11 Kai Tietz - * stdint.m4: Make template compatible with older cygwin + * 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 @@ -545,7 +645,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