diff mbox series

doc: Remove -mcet

Message ID 20201206150943.2129608-1-hjl.tools@gmail.com
State New
Headers show
Series doc: Remove -mcet | expand

Commit Message

H.J. Lu Dec. 6, 2020, 3:09 p.m. UTC
-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.
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

H.J. Lu Dec. 6, 2020, 9:15 p.m. UTC | #1
On Sun, Dec 6, 2020 at 7:09 AM H.J. Lu <hjl.tools@gmail.com> wrote:
>
> -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.
> ---
>  gcc/doc/extend.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
> index 93529aa0b5a..fd282aa0157 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

I am checking it in as an obvious fix.
Jeff Law Dec. 13, 2020, 5:24 p.m. UTC | #2
On 12/6/20 8:09 AM, H.J. Lu via Gcc-patches wrote:
> -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.
OK
jeff
diff mbox series

Patch

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 93529aa0b5a..fd282aa0157 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