X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=config%2FChangeLog;h=01d24e3c634752cbb4db6d31dbfb35070b7e477e;hb=0cf082277804ba3747be70a4013019f68b92bb84;hp=945f080249c19b4cf04d19235ce3c5a116649fa0;hpb=fa1f5da0b6ff3622f9bf60e348e149b76920abba;p=binutils-gdb.git diff --git a/config/ChangeLog b/config/ChangeLog index 945f080249c..01d24e3c634 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,118 @@ +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. @@ -171,7 +286,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 @@ -213,7 +328,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