X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=config%2FChangeLog;h=5e75dc36c3ee16555d3a78b64c941198be0bae50;hb=bf41f30dde0f2ad09c2b7a9894fd7992e4b36a16;hp=83273a0816cb62d7ae387ab96da110600846b111;hpb=f0c897ef0a1aa2c4983cd216a4aadff82dcbad4a;p=deliverable%2Fbinutils-gdb.git diff --git a/config/ChangeLog b/config/ChangeLog index 83273a0816..5e75dc36c3 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,247 @@ +2018-01-10 Nick Clifton + + * Sync with GCC sources: + + 2017-11-14 Boris Kolpackov + + * gcc-plugin.m4: Add support for MinGW. + + 2017-11-17 Igor Tsimbalist + + * cet.m4: New file. + + 2017-11-15 Alexandre Oliva + + * bootstrap-debug-lean.mk (do-compare): Use the + contrib/compare-debug script. + + 2017-10-24 H.J. Lu + + * bootstrap-cet.mk: New file. + + 2017-06-19 Martin Liska + + * bootstrap-lto-noplugin.mk: Enable -flto in all PGO stages. + * bootstrap-lto.mk: Likewise. + + 2017-06-03 Eric Botcazou + + * mt-android: New file. + + 2017-02-13 Richard Biener + + * isl.m4: Remove support for ISL 0.14. + + 2017-01-19 Uros Bizjak + + PR target/78478 + * ax_check_define.m4: New file. + + 2017-01-17 Jakub Jelinek + + PR other/79046 + * acx.m4 (GCC_BASE_VER): New m4 function. + (ACX_TOOL_DIRS): Require GCC_BASE_VER, for + --with-gcc-major-version-only use just major number from BASE-VER. + + 2017-01-06 Rainer Orth + + PR go/78978 + * hwcaps.m4 (GCC_CHECK_ASSEMBLER_HWCAP): New macro. + +2017-01-05 Alan Modra + + * picflag.m4: Import from gcc. + +2016-12-08 Alan Modra + + * acx.m4: Import from gcc. + * bootstrap-asan.mk: Likewise. + * multi.m4: Likewise. + +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. @@ -22,6 +266,10 @@ * 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 @@ -89,7 +337,7 @@ 2012-07-02 Richard Guenther * isl.m4 (_ISL_CHECK_CT_PROG): Omit main function header/footer. - Fix version test. + Fix version test. 2012-07-02 Richard Guenther Michael Matz @@ -131,7 +379,7 @@ * config/mh-interix: Remove as unneeded. * config/picflag.m4 (i[[34567]]86-*-interix3*): - Change triplet to i[[34567]]86-*-interix[[3-9]]*. + Change triplet to i[[34567]]86-*-interix[[3-9]]*. 2012-01-04 Andreas Krebbel