X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=config%2FChangeLog;h=0e988b19c9822eee01c42d6593ec36060b890eb1;hb=cf6f3e86ded2cd950f59a0f2c164f2c953ef534b;hp=5e75dc36c3ee16555d3a78b64c941198be0bae50;hpb=bf41f30dde0f2ad09c2b7a9894fd7992e4b36a16;p=deliverable%2Fbinutils-gdb.git diff --git a/config/ChangeLog b/config/ChangeLog index 5e75dc36c3..0e988b19c9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,163 @@ +2020-05-16 H.J. Lu + + Sync with GCC + 2020-05-15 H.J. Lu + + PR bootstrap/95147 + * cet.m4 (GCC_CET_FLAGS): Also check if -fcf-protection works + when defaulting to auto. + + 2020-05-14 H.J. Lu + + * cet.m4 (GCC_CET_FLAGS): Change default to auto. + +2020-05-12 H.J. Lu + + Sync with GCC + 2020-05-12 H.J. Lu + + PR bootstrap/94998 + * cet.m4 (GCC_CET_HOST_FLAGS): Enable CET in cross compiler if + possible. + +2020-04-29 H.J. Lu + + Sync with GCC + 2020-04-28 H.J. Lu + + PR bootstrap/94739 + * cet.m4 (GCC_CET_HOST_FLAGS): Add -fcf-protection=none to + -Wl,-z,ibt,-z,shstk. Check whether -fcf-protection=none + -Wl,-z,ibt,-z,shstk works first. + + 2020-04-25 H.J. Lu + + PR bootstrap/94739 + * cet.m4 (GCC_CET_HOST_FLAGS): New. + + 2020-04-22 Jakub Jelinek + + PR libfortran/94694 + PR libfortran/94586 + * math.m4 (GCC_CHECK_MATH_INLINE_BUILTIN_FALLBACK1, + GCC_CHECK_MATH_INLINE_BUILTIN_FALLBACK2): New. + +2020-02-19 Andrew Burgess + + * ax_count_cpus.m4: New file, backported from GCC. + * bootstrap-Og.mk: New file, backported from GCC. + * bootstrap-lto-lean.mk: New file, backported from GCC. + * bootstrap-lto.mk: Changes backported from GCC. + * futex.m4: Changes backported from GCC. + * gthr.m4: Changes backported from GCC. + * lib-link.m4: Changes backported from GCC. + * mh-mingw: Changes backported from GCC. + * no-executables.m4: Changes backported from GCC. + * tls.m4: Changes backported from GCC. + * toolexeclibdir.m4: New file, backported from GCC. + +2020-01-18 Nick Clifton + + Binutils 2.34 branch created. + +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: