X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=config%2FChangeLog;h=bb77be0e15c459a81052e40e49f0be083751c3f5;hb=9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a;hp=1087ad8ca916e05a2e564187ea294c0e2abc208e;hpb=604fcd6577ea18c09a5fc3aefd3798f75f177ab3;p=deliverable%2Fbinutils-gdb.git diff --git a/config/ChangeLog b/config/ChangeLog index 1087ad8ca9..bb77be0e15 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,330 @@ +2016-01-18 Alan Modra + + PR binutils/19481 + * override.m4 (AC_PROG_LEX): Define. + +2015-10-21 Maxim Ostapenko + + * bootstrap-asan.mk: Replace ASAN_OPTIONS=detect_leaks with + LSAN_OPTIONS=detect_leaks. + +2015-08-24 Yaakov Selkowitz + + * iconv.m4 (AM_ICONV_LINK): Use in-tree libiconv when present. + +2015-07-27 H.J. Lu + + Sync with GCC + 2015-07-24 Micahel Darling + + PR other/66259 + * gettext.m4: Reflects renaming of configure.in to configure.ac + * po.m4: Likewise + * stdint.m4: Likewise + * tcl.m4: Likewise + +2015-07-14 H.J. Lu + + Sync with GCC + 2015-05-13 Eric Botcazou + + * sjlj.m4: New file. + + 2015-05-04 Trevor Saunders + + * bitfields.m4: Change int to long long, and use bitfields of + width 1 instead of 0. + + 2015-05-01 Trevor Saunders + + * bitfields.m4: New file. + + 2015-04-14 H.J. Lu + + * bootstrap-mpx.mk: New file. + + 2015-03-25 Uros Bizjak + + PR bootstrap/65537 + * bootstrap-lto-noplugin.mk: New build configuration. + + 2014-11-13 Kirill Yukhin + + * target-posix: New file. + + 2014-10-27 Tom Tromey + + * gcc-plugin.m4: New file. + +2015-07-14 H.J. Lu + + Sync with GCC + 2015-05-27 Jason Merrill + + PR bootstrap/66304 + * warnings.m4 (ACX_PROG_CXX_WARNING_OPTS) + (ACX_PROG_CXX_WARNINGS_ARE_ERRORS) + (ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC): New. + (ACX_PROG_CC_WARNING_OPTS, ACX_PROG_CC_WARNING_ALMOST_PEDANTIC) + (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Push into C language context. + +2015-07-14 H.J. Lu + + Sync with GCC + * mh-alpha-linux: Restored. + +2015-06-30 H.J. Lu + + * dfp.m4 (enable_decimal_float): Also set to yes for + i?86*-*-elfiamcu target. + +2015-04-10 Jakub Jelinek + Iain Sandoe + + PR target/65351 + * mh-darwin: Only apply -mdynamic-no-pic for m32 Darwin when the + compiler in use supports -mno-dynamic-no-pic. + * picflag.m4: Only append -mno-dynamic-no-pic for Darwin when + -mdynamic-no-pic is present in CFLAGS. + +2015-04-07 Jakub Jelinek + Iain Sandoe + + PR target/65351 + * picflag.m4: Append -mno-dynamic-no-pic for Darwin. + +2015-04-02 H.J. Lu + + * zlib.m4 (AM_ZLIB): Set zlibdir to -L\$(top_builddir)/../zlib + and set zlibinc to -I\$(top_srcdir)/../zlib. + +2015-04-01 H.J. Lu + + * zlib.m4 (AM_ZLIB): Unset zlibdir and zlibinc only for + --with-system-zlib. + +2015-03-31 H.J. Lu + + * zlib.m4 (AM_ZLIB): Replace --with-zlib with --with-system-zlib. + +2015-03-16 H.J. Lu + + * isl.m4: Sync with GCC tree. + +2015-03-16 H.J. Lu + + Sync with GCC + 2015-02-18 Thomas Schwinge + + * elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF. + +2015-03-16 H.J. Lu + + Sync with GCC + 2014-11-17 Bob Dunlop + + * mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than + overwriting. + (CXXFLAGS_FOR_TARGET): Similarly. + +2015-03-16 H.J. Lu + + Sync with GCC + 2014-04-25 Marc Glisse + + PR target/43538 + * mt-gnu: Don't reset CXXFLAGS_FOR_TARGET. + +2015-03-16 H.J. Lu + + * bootstrap-asan.mk: Sync with GCC tree. + * bootstrap-lto.mk: Likewise. + +2015-03-16 H.J. Lu + + * cloog.m4: Removed. + +2014-08-19 Alan Modra + + * plugins.m4 (AC_PLUGINS): If plugins are enabled, add -ldl to + LIBS via AC_SEARCH_LIBS. + +2014-08-14 Alan Modra + + * plugins.m4: Test for dlfcn.h or windows.h here to set default + for --enable-plugins. Report error if someone tries to enable + plugins on a host we don't support. + +2014-05-14 Sandra Loosemore + + * mt-nios2-elf: New file. + +2013-12-07 Mike Frysinger + + * acinclude.m4: Remove +x file mode. + +2013-11-29 Marek Polacek + + * bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Remove -lpthread -ldl. + Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/. + +2013-11-29 H.J. Lu + + * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add + -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/. + +2013-11-19 Marek Polacek + + * bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl. + +2013-11-18 Jan Hubicka + + * bootstrap-lto.mk: Use -ffat-lto-objects. + +2013-11-15 Andreas Schwab + + * picflag.m4 (m68k-*-*): Use default PIC flag. + +2013-09-29 Iain Sandoe + + * mh-darwin (BOOT_CFLAGS): Only add -mdynamic-no-pic for m32 hosts. + (STAGE1_CFLAGS, STAGE1_LDFLAGS): New. + Fix over-length lines and amend comments. + +2013-08-30 Marek Polacek + + * bootstrap-ubsan.mk: New. + +2013-03-27 Kai Tietz + + * dfp.m4: Add support for cygwin x64 target. + * picflag.m4: Likewise. + +2013-02-25 H.J. Lu + + * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add + -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/. + +2013-01-23 Shenghou Ma + + * isl.m4: don't echo $CFLAGS for ISL_CHECK_VERSION. + +2013-01-15 Richard Biener + + PR other/55973 + * isl.m4 (ISL_INIT_FLAGS): Warn about disabled version check + for in-tree build. + (ISL_CHECK_VERSION): Do not use AC_CACHE_CHECK. + * cloog.m4 (CLOOG_INIT_FLAGS): Disable version check for + in-tree build and warn about that. + (CLOOG_CHECK_VERSION): Do not use AC_CACHE_CHECK. + +2013-01-07 H.J. Lu + + * libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Remove + "-I" from LIBSTDCXX_RAW_CXX_LDFLAGS. + +2012-12-12 H.J. Lu + + * libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Also + AC_SUBST LIBSTDCXX_RAW_CXX_LDFLAGS. + +2012-12-11 H.J. Lu + + PR sanitizer/55533 + * libstdc++-raw-cxx.m4: New file. + +2012-11-28 H.J. Lu + + * bootstrap-asan.mk: New file. + +2012-11-04 Thomas Schwinge + + * dfp.m4 (enable_decimal_float): Enable for i?86*-*-gnu*. + +2012-10-15 Pavel Chupin + + * gthr.m4: New. Define GCC_AC_THREAD_HEADER. + +2012-09-19 Steve Ellcey + + * mt-sde: Change -mcode-xonly to -mcode-readable=pcrel. + +2012-09-03 Richard Guenther + + PR bootstrap/54138 + * config/cloog.m4: Adjust for toplevel reorg. + * config/isl.m4: Adjust. + +2012-08-26 Art Haas + + * cloog.m4 (CLOOG_INIT_FLAGS): Use = instead of == in test. + +2012-07-04 Tristan Gingold + + * isl.m4 (ISL_CHECK_VERSION): Set to yes if cross-compiling. + Fix comments. + +2012-07-03 Richard Guenther + + * cloog.m4: Remove debugging print. + +2012-07-03 Rainer Orth + + * isl.m4 (ISL_CHECK_VERSION): Add -lisl to LIBS, not LDFLAGS. + +2012-07-02 Richard Guenther + + * isl.m4 (_ISL_CHECK_CT_PROG): Omit main function header/footer. + Fix version test. + +2012-07-02 Richard Guenther + Michael Matz + Tobias Grosser + Sebastian Pop + + * cloog.m4: Set up to work against ISL only. + * isl.m4: New file. + +2012-05-29 Joseph Myers + + * mt-sde: Fix typos. + * stdint.m4: Fix typos. + * tcl.m4: Fix typos. + +2012-05-03 Olivier Hainque + + * mh-ppc-aix (LDFLAGS): Quote $(CC). + +2012-04-03 Tristan Gingold + + * mmap.m4: Use *vms* instead of vms*. + +2012-04-02 Tristan Gingold + + * math.m4 (GCC_CHECK_MATH_FUNC): Remove if-present + argument. Define the variable. + +2012-03-26 Tristan Gingold + + * math.m4: New file. + +2012-03-12 Rainer Orth + + * weakref.m4 (GCC_CHECK_ELF_STYLE_WEAKREF): Remove + alpha*-dec-osf*. + +2012-01-22 Douglas B Rupp + + * config/mh-interix: Remove as unneeded. + * config/picflag.m4 (i[[34567]]86-*-interix3*): + Change triplet to i[[34567]]86-*-interix[[3-9]]*. + +2012-01-04 Andreas Krebbel + + PR bootstrap/51734 + * picflag.m4: Remove s390 case statement. + 2011-12-20 Andreas Schwab * warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in @@ -5,6 +332,7 @@ 2011-12-19 Andreas Schwab + PR bootstrap/51388 * warnings.m4 (ACX_PROG_CC_WARNING_OPTS) (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Run the test without the no- prefix. @@ -13,6 +341,14 @@ * acx.m4 (Test for GNAT): Update comment and add quotes in final test. +2011-11-22 Iain Sandoe + + * weakref.m4: New file. + +2011-11-09 Richard Henderson + + * asmcfi.m4: New file. + 2011-11-02 Rainer Orth * mh-interix (LIBGCC2_DEBUG_CFLAGS): Remove. @@ -25,6 +361,15 @@ * elf.m4 (target_elf): Remove *-netware*. +2011-07-06 Uros Bizjak + + * mt-alphaieee (GOCFLAGS_FOR_TARGET): Add -mieee. + +2011-06-15 Mike Stump + + PR target/49461 + * mh-darwin: Turn off -pie on darwin11 and later. + 2011-04-20 Eric Botcazou * bootstrap-lto.mk: Remove obsolete requirement.