X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=config%2FChangeLog;h=dabbac3b491d3700f008694cea459e85e672f4aa;hb=0e1f1593bc441863d0e5dc586ca3dd8945d36782;hp=bb77be0e15c459a81052e40e49f0be083751c3f5;hpb=3d961d0d3a797b4d463024a11131e96c213dee27;p=deliverable%2Fbinutils-gdb.git diff --git a/config/ChangeLog b/config/ChangeLog index bb77be0e15..dabbac3b49 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,162 @@ +2019-09-09 Phil Blundell + + binutils 2.33 branch created. + +2018-06-24 Nick Clifton + + 2.32 branch created. + +2018-11-09 Hafiz Abid Qadeer + + * iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS. + Append $INCICONV to it. + +2018-10-31 Joseph Myers + + Merge from GCC: + 2018-10-28 Iain Buclaw + + * multi.m4: Set GDC. + + 2018-07-05 James Clarke + + * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to + catch x86_64 kFreeBSD and Hurd. + + Merge from GCC: + PR bootstrap/82856 + * math.m4, tls.m4: Use AC_LANG_SOURCE. + +2018-06-19 Simon Marchi + + * override.m4 (_GCC_AUTOCONF_VERSION): Bump from 2.64 to 2.69. + +2018-06-18 Simon Marchi + + Sync with GCC + 2018-06-08 Martin Liska + + * bootstrap-mpx.mk: Remove. + + 2018-05-10 Martin Liska + + PR bootstrap/64914 + * bootstrap-ubsan.mk: Define UBSAN_BOOTSTRAP. + + 2018-05-09 Joshua Watt + + * ax_pthread.m4: Add file. + + 2018-05-08 Richard Biener + + PR bootstrap/85571 + * bootstrap-lto-noplugin.mk: Disable compare. + * bootstrap-lto.mk: Supply contrib/compare-lto for do-compare. + + 2018-04-24 H.J. Lu + + PR bootstrap/85490 + * bootstrap-cet.mk (STAGE4_CFLAGS): New. + + 2018-04-24 H.J. Lu + + PR target/85485 + * bootstrap-cet.mk (STAGE2_CFLAGS): Remove -mcet. + (STAGE3_CFLAGS): Likewise. + + 2018-04-24 H.J. Lu + + PR target/85485 + * cet.m4 (GCC_CET_FLAGS): Replace -mcet with -mshstk. + + 2018-04-19 Jakub Jelinek + + * cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace + --enable-cet=default with --enable-cet=auto. + + 2018-04-18 David Malcolm + + PR jit/85384 + * acx.m4 (GCC_BASE_VER): Remove \$\$ from sed expression. + +2018-04-05 H.J. Lu + + Sync with GCC + 2018-04-05 H.J. Lu + + PR gas/22318 + * plugins.m4 (AC_PLUGINS): Use dlsym to check if libdl is needed. + + 2018-02-14 Igor Tsimbalist + + PR target/84148 + * cet.m4: Check if target support multi-byte NOPS (SSE). + +2018-02-06 Eric Botcazou + + * gcc-plugin.m4 (GCC_ENABLE_PLUGINS): Remove -q option passed to grep. + +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