diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-10 00:16:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-10 00:16:28 +0000 |
commit | 80f86e78ac0b8a54e2ad208782a583d53f397aa3 (patch) | |
tree | f59397e0ee3e36b956beacac024692b9dc752132 /libphobos | |
parent | 81de459ec7ccf46c3e5a776b0c13f01e989d9593 (diff) | |
download | gcc-80f86e78ac0b8a54e2ad208782a583d53f397aa3.zip gcc-80f86e78ac0b8a54e2ad208782a583d53f397aa3.tar.gz gcc-80f86e78ac0b8a54e2ad208782a583d53f397aa3.tar.bz2 |
Daily bump.
Diffstat (limited to 'libphobos')
-rw-r--r-- | libphobos/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 47482eb..07ccdc7 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,9 @@ +2020-09-09 H.J. Lu <hjl.tools@gmail.com> + + PR d/95680 + * libdruntime/config/x86/switchcontext.S: Include <cet.h> to + generate the CET marker for -fcf-protection. + 2020-09-08 Iain Buclaw <ibuclaw@gdcproject.org> PR d/95680 |