diff options
author | Cupertino Miranda <cupertino.miranda@oracle.com> | 2023-04-02 22:15:00 -0600 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro> | 2023-04-02 22:15:00 -0600 |
commit | 2a0c4a1c5b94457ab3f6992bea8f633ed0b5aefd (patch) | |
tree | f01d17ffe54f6aa93e2e40953114e1f19be0f2b0 | |
parent | 63e95a83cedd95e4b054dbd602082b0622e55a33 (diff) | |
download | gcc-2a0c4a1c5b94457ab3f6992bea8f633ed0b5aefd.zip gcc-2a0c4a1c5b94457ab3f6992bea8f633ed0b5aefd.tar.gz gcc-2a0c4a1c5b94457ab3f6992bea8f633ed0b5aefd.tar.bz2 |
Added item entry in docs for the new check_effective_target.
gcc/
* doc/sourcebuild.texi (const_volatile_readonly_section): Document
new check_effective_target function.
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 8f1c7b6..3e7dc05c 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2775,6 +2775,9 @@ Target supports automatic stack alignment. @item branch_cost Target supports @option{-branch-cost=N}. +@item const_volatile_readonly_section +Target places const volatile variables in readonly sections. + @item cxa_atexit Target uses @code{__cxa_atexit}. |