diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-05-16 06:07:12 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-05-16 06:07:12 -0700 |
commit | 56770bdab2585be4d3171b3512d2167106dca53e (patch) | |
tree | 5f65216007622ed9dcfef23220d941d7cd4171a2 /config/ChangeLog | |
parent | 9bf058f09457de5efd094b87081b7d031ce96cbc (diff) | |
download | gdb-56770bdab2585be4d3171b3512d2167106dca53e.zip gdb-56770bdab2585be4d3171b3512d2167106dca53e.tar.gz gdb-56770bdab2585be4d3171b3512d2167106dca53e.tar.bz2 |
Sync config with GCC
Sync with GCC
2020-05-15 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/95147
* cet.m4 (GCC_CET_FLAGS): Also check if -fcf-protection works
when defaulting to auto.
2020-05-14 H.J. Lu <hongjiu.lu@intel.com>
* cet.m4 (GCC_CET_FLAGS): Change default to auto.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index de8c327..0e988b1 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,16 @@ +2020-05-16 H.J. Lu <hongjiu.lu@intel.com> + + Sync with GCC + 2020-05-15 H.J. Lu <hongjiu.lu@intel.com> + + PR bootstrap/95147 + * cet.m4 (GCC_CET_FLAGS): Also check if -fcf-protection works + when defaulting to auto. + + 2020-05-14 H.J. Lu <hongjiu.lu@intel.com> + + * cet.m4 (GCC_CET_FLAGS): Change default to auto. + 2020-05-12 H.J. Lu <hongjiu.lu@intel.com> Sync with GCC |