diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-12-06 07:07:26 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-12-06 13:16:12 -0800 |
commit | 9da33826bb9b7d76f85057c18a0b65d0e14baa3d (patch) | |
tree | 39910552c964afe5e66364a280850e955332d56d | |
parent | 6643ca0be6f34786b686415e457de96d0d9fbd2d (diff) | |
download | gcc-9da33826bb9b7d76f85057c18a0b65d0e14baa3d.zip gcc-9da33826bb9b7d76f85057c18a0b65d0e14baa3d.tar.gz gcc-9da33826bb9b7d76f85057c18a0b65d0e14baa3d.tar.bz2 |
doc: Remove -mcet
-mcet was removed by
commit 231baae28ef7ff784683fa5a80df119da2b9a99b
Author: H.J. Lu <hongjiu.lu@intel.com>
Date: Tue Apr 24 16:56:04 2018 +0000
x86/CET: Remove the -mcet command-lint option
PR target/98162
* doc/extend.texi: Remove -mcet.
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 93529aa..fd282aa 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -24210,7 +24210,7 @@ void __builtin_ia32_wrpkru (unsigned int) unsigned int __builtin_ia32_rdpkru () @end smallexample -The following built-in functions are available when @option{-mcet} or +The following built-in functions are available when @option{-mshstk} option is used. They support shadow stack machine instructions from Intel Control-flow Enforcement Technology (CET). Each built-in function generates the machine instruction that is part |